首页 > 代码库 > alert的确定和取消
alert的确定和取消
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript"> function a(){ var b=confirm("是否确定")//按确认和取消输出不同的内容 if(b==true){ document.write("you pressed ok!") // f(); }else{ // document.write("you pressed cancel!") } } function b(){ // var c=prompt(‘请输入‘); var c=prompt(‘请输入‘,‘ss‘); alert(c); // alert(parseInt(c)); // alert(typeof(c)); // document.write(c); } function f(){ alert(1111); } </script> <input type="button" onclick="a()" value="http://www.mamicode.com/aaaa"/> <input type="button" onclick="b()" value="http://www.mamicode.com/bbbb"/> </body> </html>
alert的确定和取消
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。