//编写JS代码
document.write("系好安全带,准备启航--目标JS")
function context(){
var mymessage=confirm("准备好了,起航吧!")
if(mymessage==true){
document.write("准备好了");
}
else{
document.write("没玩够呢");
除了少了两个分号,没发现什么问题。
+函数没调用