Tag: Concat
Concat string using join without push
nick | js | 2010-09-27
Test page: http://jsperf.com/join-concat/2
Summary:
随着 IE 7- 的份额下降,join 法将逐步退出舞台。
Chrome 的 push 明显优化过。
join-without-push 方法,除了在 Chrome 下无优势,在其他浏览器下都挺不错,推荐。
[阅读全文]