gpt4 book ai didi

javascript - Firefox 和 IE 不运行 insidetext

转载 作者:行者123 更新时间:2023-11-28 11:58:37 24 4
gpt4 key购买 nike

我遇到这样的问题:

<div id='stickyid' style='display:block; color:red'>happi</div>
After write :
<script type="text/javascript">
var thevalue = document.getElementById("stickyid").innerText;
document.write(""+thevalue+"");
</script>

它在 Chrome 上运行正常,但在 Firefox 和 IE 上运行不佳。我该如何修复它?

最佳答案

尝试:

var thevalue = document.getElementById("stickyid").innerText || document.getElementById("stickyid").textContent;

关于javascript - Firefox 和 IE 不运行 insidetext,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18782837/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com