Is [removed] actually deprecated?

后端 未结 3 925
星月不相逢
星月不相逢 2020-12-03 18:50

I\'ve seen a bit of chatter about document.write being deprecated, but I\'m not sure exactly where this information came from. I did look it up in MDN, but ther

3条回答
  •  春和景丽
    2020-12-03 19:39

    In the W3C HTML5 specification [W3C Recommendation 28 October 2014 section 6.3.3] document.write() still exists, https://www.w3.org/TR/html5/webappapis.html#document.write() although there is a rather explicit warning in the specification, ending with... "For all these reasons, use of this method is strongly discouraged."

提交回复
热议问题