是瀏覽器的問題嗎,點(diǎn)完確定后就沒有返回值了
<!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="點(diǎn)擊我,彈出確認(rèn)對話框" />
</body>
</html>
2019-08-15
正確的,我谷歌是可以的哦?
2019-07-01
正確的啊,有返回值