protected void btnRestart_Click(object sender, EventArgs e)
        {
            HttpRuntime.UnloadAppDomain();
            Alert.ShowInTop("网站已经重启");
        }

相关文章:

  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2021-06-28
  • 2022-12-23
  • 2021-06-26
猜你喜欢
  • 2021-10-01
  • 2021-07-27
  • 2021-08-02
  • 2021-07-18
  • 2022-12-23
  • 2021-08-08
  • 2021-12-23
相关资源
相似解决方案