最赞回答 / lprainbow
<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" Content="text/html; charset=utf-8" /><title>javascript</title><style type="text/css">body{font-size:12px;} #txt{ height:400px; width:600p...
2016-01-26
最赞回答 / anzhaojun
是的,不需要。字符串要加双引号。比如var score=90;document("成绩为:"+score);加双引号为字符串内容,在网页的内容是: 成绩为:90
2016-01-26
最赞回答 / youlookme
你的URL没写; window关键字不能当成 变量名正确写法:function openWindow(){ var str=confirm("新窗口打开网站"); if(str==true){ var http = prompt("请输入网站地址","http://www.imooc.com"); if(http!=null){ window.open("http://www.imooc.com","_blank","wi...
2016-01-25