亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

JavaScript提升篇作業(yè)

オリジナル 2018-12-10 11:41:55 174
サマリー:<!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)行前QQ截圖20181210114014.png

運(yùn)行后QQ截圖20181210114025.png

添削の先生:滅絕師太添削時(shí)間:2018-12-10 11:58:05
先生のまとめ:測(cè)試效果完成的不錯(cuò)!基礎(chǔ)課比較簡(jiǎn)單,都是為后期學(xué)習(xí)做鋪墊,繼續(xù)加油!好好掌握!

手記を発表する

人気のある見(jiàn)出し語(yǔ)