MessageBox工具类是在.Net中使用的后台弹出层,类似C#里面Winform
MessageBox.Show(this, "弹出内容!");
MessageBox.ShowAndRedirect(this, "操作成功,将跳转到:https://zhengdecai.com/!", "https://zhengdecai.com/");
MessageBox.ResponseScript(this, "alert('弹出内容')");
MessageBox工具类是在.Net中使用的后台弹出层,类似C#里面Winform
MessageBox.Show(this, "弹出内容!");
MessageBox.ShowAndRedirect(this, "操作成功,将跳转到:https://zhengdecai.com/!", "https://zhengdecai.com/");
MessageBox.ResponseScript(this, "alert('弹出内容')");