p157_alert_confirm_prompt.htm

来自「javascript source code part2」· HTM 代码 · 共 13 行

HTM
13
字号
<HTML><BODY><SCRIPT>
var agree = false, notes = '';
agree = confirm('Love pumpkin?');
if ( agree )
    notes = prompt("Its good points?",'Type here');
else
    notes = prompt("Its bad points?",'Type here');
alert(notes + '\nYour mother would be proud.');
</SCRIPT></BODY></HTML>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?