var i;
for (i = categoryList.length - 1; i >= 0; i -= 1) {
var categoryValue=categoryList[i];
if (categoryValue.doNotDisplayForEMenu==\"true\" ) {
categoryList.splice(i, 1);
}

 posted on 2016-11-15 10:38  jayruan  阅读(127)  评论(0编辑  收藏  举报