您的回答:<script>
您的回答:document.write("Hello World")
您的回答:<body> 部分和 <head> 部分均可
您的回答:<script src="xxx.js">
正确答案:否 这里 “外部脚本” 意思是指 “外部脚本文件”
注释:在外部脚本文件中,只能包含脚本语言代码,不能包含其他代码(如HTML代码等),而script标签元素是属于html代码中的,所以是不能包含。
您的回答:alert("Hello World")
您的回答:function myFunction()
您的回答:myFunction()
您的回答:if (i==5)
您的回答:if (i != 5)
正确答案:两种。for 循环和 while 循环。
您的回答:for (i = 0; i <= 5; i++)
您的回答://This is a comment
您的回答:/*This comment has more than one line*/
您的回答:var txt = new Array("George","John","Thomas")
您的回答:Math.round(7.25)
您的回答:Math.max(2,4)
正确答案:window.open("http://www.w3school.com.cn","window2")
正确答案:window.status = "put your message here"
正确答案:navigator.appName