第一次写JS代码,报错求助!
第一次编程,下面JS的代码,运行出错“第1行字符1编译错误”
<html><head>document.write("hellow word!");</head></html><HTML><HEAD><script language="javascript"> alert("Hello"); document.write("hellow word!");</script></HEAD><BODY></BODY</HTML>
[解决办法]
以后弹出框就用alert("123");