点击运行
var j:any; var n:any = "a b c" for(j in n) { console.log(n[j]) }
运行结果 :
正在执行...