主流浏览器中的encodeURIComponent实现效率如何?是否值得记住对encodeURIComponent的调用?
发布于 2011-03-06 23:44:07
这听起来像是过早的优化。
除非您已经对页面进行了概要分析,并且发现encodeURIComponent占用了太多时间,否则您不必担心。
encodeURIComponent
https://stackoverflow.com/questions/5211432
相似问题