Skip to content

在数组原型上加了方法,for in 会暴露出来. #5

Description

@imindzzz

解决办法:
28行代码 请换成 for循环:

//for(var t in tpls){
for(var t = 0;t < tpls.length;t++){

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions