alert("hello world;") - >弹出对话框,只有确定按钮;
confirm("click") - >弹出对话框,包含确定,取消2个按钮,确定返回true;
prompt == inputbox[vbs] ;弹出可输入的对话框,js中取消返回null
if(prompt("弹出信息","默认内容")==null)
{
    ok
}

相关文章:

  • 2021-11-14
  • 2021-06-03
  • 2022-01-18
  • 2021-04-19
  • 2021-11-27
  • 2021-11-14
  • 2021-11-17
  • 2021-05-29
猜你喜欢
  • 2021-05-27
  • 2022-12-23
  • 2021-05-20
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案