abstrak:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>JavaScript</title> <style> #ShiJianBox{ width: 300px; height: 300px;
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>JavaScript</title> <style> #ShiJianBox{ width: 300px; height: 300px; background: #ccc; border-radius: 10px; } </style> </head> <body> <div id="ShiJianBox"> </div> <span>當(dāng)前時(shí)間:</span> <script type="text/javascript"> ShiJianBox.onclick=function ShiJianBoxChange(x) { ShiJian = document.getElementById('ShiJianBox') ShiJian.style.borderRadius="150px" } var MyDate = new Date(); document.write(MyDate.getFullYear()+"年"); document.write((MyDate.getMonth()+1)+"月"); document.write(MyDate.getDate()+"日"); document.write("周"+MyDate.getFullYear()); document.write(MyDate.getHours()+"時(shí)"); document.write(MyDate.getMinutes()+"分"); document.write(MyDate.getSeconds()+"秒"); </script> </body> </html>
運(yùn)行前
運(yùn)行后
Guru membetulkan:滅絕師太Masa pembetulan:2018-12-10 11:58:05
Rumusan guru:測(cè)試效果完成的不錯(cuò)!基礎(chǔ)課比較簡(jiǎn)單,都是為后期學(xué)習(xí)做鋪墊,繼續(xù)加油!好好掌握!