for..of loops are not supported by current JavaScript version


               //4. for ... of:jquery 3.0 版本之后提供的方式

                for(li of citys){
    
    
                    alert($(li).html());
                }

这里应该是编译器的问题,不会有啥影响

猜你喜欢

转载自blog.csdn.net/weixin_44517301/article/details/113064290