Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

excel-killer插件Object类型的表以String类型为最后一个元素会报错。 #26

Open
darrengame opened this issue Jun 29, 2020 · 0 comments

Comments

@darrengame
Copy link

比如,
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}
这样的格式不会报错

@darrengame darrengame changed the title Object类型的表以String类型为最后一个元素会报错。 excel-killer插件Object类型的表以String类型为最后一个元素会报错。 Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant