System.Threading.Thread thread1 = new System.Threading.Thread(delegate() { Web.BLL.banpaiconfig.VideoToMp4.Convert(Server.MapPath("/") + "admin\\MyClass\\vediofiles\\", "20151023130847", ".wmv"); }); thread1.IsBackground=true; thread1.Start();
时间: 2024-10-02 21:21:51