保捱科技网
您的当前位置:首页$().text() 和 $().html()

$().text() 和 $().html()

来源:保捱科技网

1:性能

stackflow:

demo:

 

  • jQuery's .html() is ~2x faster than .text().
  • pure JS' .innerHTML is ~3x faster than .html().
  • pure JS' .nodeValue is ~50x faster than .html(), ~100x than .text(), and ~20x than .innerHTML.

2:安全

stackflow:

demo:

$().text()更安全

转载于:https://www.cnblogs.com/xnlc/p/4921933.html

因篇幅问题不能全部显示,请点此查看更多更全内容