var len=arr.length>>>0;
在arr.length为null或undefined的时间,强制转换为0;
javascript位操作符右移>>>的妙用
原文:http://www.cnblogs.com/jenqz/p/3533363.html