我有这样的问题:
<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 上运行。我该如何解决?