//innertext 火狐不同版本不兼容document.getElementById("user-content").textContent=content;
博主使用的是最新50.0 innertext可以使用
测试人员 火狐版本为35.0 innertext无效
关于那些版本兼容,哪些不兼容,还没有花时间去测,有时间测了在补全博客
ps:本文为博主原创,转载请注明出处:http://www.cnblogs.com/Y-zhiwei/。
本文共 277 字,大约阅读时间需要 1 分钟。
//innertext 火狐不同版本不兼容document.getElementById("user-content").textContent=content;
博主使用的是最新50.0 innertext可以使用
测试人员 火狐版本为35.0 innertext无效
关于那些版本兼容,哪些不兼容,还没有花时间去测,有时间测了在补全博客
ps:本文为博主原创,转载请注明出处:http://www.cnblogs.com/Y-zhiwei/。
转载于:https://www.cnblogs.com/Y-zhiwei/p/6119546.html