可以用javascript
<script type="text/javascript">
    function ss(messge)
    {
      return confirm(messge);
    }
</script>

sl sc后台
ScriptObject hello = HtmlPage.Window.GetProperty("ss") as ScriptObject;
            bool Delete = bool.Parse(hello.InvokeSelf("请确认删除").ToString());

            if (Delete)
            {
}

相关文章:

  • 2021-12-23
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-06
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-10-23
  • 2022-12-23
相关资源
相似解决方案