随笔分类 -  json

json
摘要:# JSON: 1. 概念: JavaScript Object Notation JavaScript对象表示法 Person p = new Person(); p.setName("张三"); p.setAge(23); p.setGender("男"); var p = {"name":"张 阅读全文
posted @ 2019-12-14 12:53 西门夜说 阅读(484) 评论(0) 推荐(0)