We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setData好像有点问题
{ "obj": { "key": "value", "key2": "value" } }
看setData是直接枚举该对象的第一层,调用value下的toString方法,Object类型的toString默认返回"[object Object]",直接枚举第一层后调用toString可能导致后端收不到相关参数
The text was updated successfully, but these errors were encountered:
已经支持复杂的数据对象,感谢支持。
Sorry, something went wrong.
No branches or pull requests
setData好像有点问题
看setData是直接枚举该对象的第一层,调用value下的toString方法,Object类型的toString默认返回"[object Object]",直接枚举第一层后调用toString可能导致后端收不到相关参数
The text was updated successfully, but these errors were encountered: