標題:
JavaScript 基礎語法 (二)
[打印本頁]
作者:
陳育霖
時間:
2023-9-1 16:20
標題:
JavaScript 基礎語法 (二)
本帖最後由 陳育霖 於 2023-9-1 16:23 編輯
在HTML中輸出內容
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p id="output100"></p>
<script>
document.getElementById("output100").innerHTML = 100;
</script>
</body>
</html>
複製代碼
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p>OK點OK</p>
<button type="button" onclick="document.write('OK')">OK</button>
</body>
</html>
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2