confirm的应用,是否删除

来源:互联网 发布:革委会 知乎 编辑:程序博客网 时间:2024/05/17 03:32
 if (confirm(msg)==true){    return true;}else{   return false;}