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

复杂类型数据问题 #3

Closed
rwson opened this issue Sep 19, 2016 · 1 comment
Closed

复杂类型数据问题 #3

rwson opened this issue Sep 19, 2016 · 1 comment

Comments

@rwson
Copy link

rwson commented Sep 19, 2016

setData好像有点问题

{
      "obj": {
              "key": "value",
              "key2": "value"
       }
}

看setData是直接枚举该对象的第一层,调用value下的toString方法,Object类型的toString默认返回"[object Object]",直接枚举第一层后调用toString可能导致后端收不到相关参数

@littleBlack520
Copy link
Owner

已经支持复杂的数据对象,感谢支持。

@rwson rwson closed this as completed Sep 20, 2016
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

2 participants