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


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

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

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