摘要: ##JSON(数据存储格式) JSON.parse(); JSON数据(string)转对象(object) 例:let data='[{"username":"ty","password","123"}]'; console.log(JSON.parse(data)); JSON.stringif 阅读全文
posted @ 2018-05-27 14:22 雷雨承 阅读(222) 评论(0) 推荐(0)