首页 > 精选百科 > > 正文
2023-08-03 16:21:07

innertext用法(innerText)

导读 大家好,我是小根根,我来为大家解答以上问题。innertext用法,innerText很多人还不知道,现在让我们一起来看看吧!1、innerText和innerHtm

大家好,我是小根根,我来为大家解答以上问题。innertext用法,innerText很多人还不知道,现在让我们一起来看看吧!

1、innerText和innerHtml是用于在页面上输出要现实的信息的。

2、例如:<html>

3、<head>

4、<script>

5、functionshow(){

6、varobj=document.getElementById("d");

7、d.innerText="showtext";

8、}

9、functionmessage(){

10、varobj=document.getElementById("e");

11、alert(obj.value)

12、}

13、</script>

14、</head>

15、<body>

16、<divid="d"onClick="show()">abc</div>

17、<inputtype="text"id="e"value=""onBlur="message()"/>

18、</body>

19、</html>

20、对比看看

本文到此讲解完毕了,希望对大家有帮助。