如何让asp.net执行命令,暂停几秒,再执行下一行命令?(已解决) Thread.Sleep(1000); // 1000为一秒 或者用 System.Threading.Thread.Sleep(1000); //1秒