日期:2014-05-17 浏览次数:20768 次
<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");