Replies: 1 comment
-
data里面找个key放个json对象数组,比如: {
"code": 200,
"data": {
"ip": [
"192.168.0.1",
"192.168.0.2"
]
}
} IP里面这个数组可以任意放。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
json_ret如何同时返回多条结果?
Beta Was this translation helpful? Give feedback.
All reactions