帮忙差错谢谢
//编写JS代码
document.write("系好安全带,准备启航--目标JS");
function go(){
var yourconfirm =confirm("你准备好了么?");
if (yourconfirm==true){
document.write("准备好了起航吧");
}
else{
document.write("没准备好,继续学习吧");
}
}