js for (i=0;i

js的问题
for (i=0;i<a.length;a[i++]=0) 中等于0怎么理解?

很奇怪的一个for循环

js for (i=0;i<a.length;a[i++]=0) 中等于0怎么理解?

竟然是将原来数组的数据全改为0