当前位置:主页 > 商业资讯 >

innertext用法(innerText)

发布时间: 2023-08-03 16:05:46 来源:科技网

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


(相关资料图)

2、例如:

3、

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、

15、

16、abc

17、

18、

19、

20、对比看看

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

标签:

为您推荐

  • 最新资讯
  • 热门资讯