最新回答 / 郭良栋_
//输出语句 类似Java中的System.out.printlb();document.write();//获取p1这个ID元素 将样式颜色设置为蓝色document.getElementById("p1").style.color="blue";
2017-06-19
最新回答 / qq_六根不净_1
function displayDate(){ document.getElementById("demo").innerHTML=Date(); } </script> <button type="button" onclick="displayDate()">显示日期</butto>
2017-06-16
最新回答 / qq_枯叶蝶_3
<script type="text/javascript" src="test.js"> var aImg=document.getElementById("div's Id").getElementsByTagName('img');for(var i=0;i<aImg.length;i++){ aImg[i].style.height="the height you want"; aImg[i].style.width="the width you wa...
2017-06-16
最新回答 / _孩Zi气
少了一层网址的判断function openWindow(){var abc=confirm("你是要打开慕课网吗?");if(abc==true)// 新窗口打开时弹出确认框,是否打开{var webadress=prompt("输入网址","http://www.imooc.com/")<!--确定打开网址,默认为慕课网-->if (webadress!=null){window.open(webadress,'_blank','width=400,height=500,menubar=n...
2017-06-14
最新回答 / Jimmy_chou_MM
<!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:600px; border:#3...
2017-06-12