CocosCreatorPlugins
CocosCreatorPlugins copied to clipboard
excel-killer插件Object类型的表以String类型为最后一个元素会报错。
比如, Object{"idle":String,"move":String,"idleShoot":String,"moveShoot":String,"pickup":String} 会报错,因为最后一个会转化为一个Number类型
Object{"idle":String,"move":String,"idleShoot":String,"moveShoot":String,"pickup":String,"Len":Number} 这样的格式不会报错