1.将json数据转化为字符串:用json.stringify函数,如:
responsex = JSON.stringify(response);
responseEl.innerHTML = responsex;
2.要获取其他节点:直接如下:
someitemEl.innerHTML = response["result"];
o***@qq.com
- 发布:2017-11-07 21:29
- 更新:2017-11-07 21:29
- 阅读:2876
0 个评论
要回复文章请先登录或注册