JavaScript性能陷阱
by matrix
at 2010-06-25 13:35:00
original http://developers.solidot.org/article.pl?sid=10/06/25/0533226&from=rss
匿名读者 写道 "JavaScript陷阱太多,因此我们得步步为营,下面这些点,相信很多同学都会遇到: 1.避免使用eval或者Function构造函数 2.避免使用with 3.不要在性能要求关键的函数中使用try-catch-finally 4.避免使用全局变量