魔改直接显示为我是男士!
<!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="你的性别是:"; if(mymessage==true) { document.write("你是女士!"); } else { document.write("你是男士!"); } } </script></head><body> <input name="button" type="button" onClick="rec()" value="点击我,弹出确认对话框" /></body></html>
各位大神看看,这个是由什么直接判断成男士的!