作者:mobiledu2502884967 | 来源:互联网 | 2023-09-16 12:48
clickheredocument.write在页面导入时加载,document.getElementById.innterHTML需要事件触发。效果初始点击“c
<html>
<head>
<meta charset="utf-8">
<script>
var tmp = "";
document.write(tmp);
function getValue()
{
document.getElementById("show").innerHTML = tmp;
}
script>
head>
<body>
<div id = "show" onclick="getValue()">click herediv>
body>
html>
document.write在页面导入时加载,document.getElementById.innterHTML需要事件触发。
效果
初始
点击“click here”后