点击确定,之后不是应该输出信息吗?为什么我的一片空白,什么都没有
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>confirm</title>
<script type="text/javascript">
function rec(){
var mymessage= confirm("你是女生吗?") ;
if(mymessage==true)
{
document.write("你是女士!");
}
else
{
document.write("你是男士!");
}
}
</script>
</head>
<body>
<input name="button" type="button" onClick="rec()" value="点击我,弹出确认对话框" />
</body>
</html>
不是的,网上有很多免费的可供下载使用这个代码给的太简单化了有些东西已经写好了,就像这个si已经上一步new对象的时候出来的,你再用score肯定错误
好吧,是浏览器的问题,我用的win10的Edge,需要在if之前使用一次document.write()才行
用 var url = prompt("请输入网址","http://imooc.com..");
再用window.open(url,'_blank','.....');