上一页 1 ··· 70 71 72 73 74
摘要: 最近在为移动端的项目提供接口,数据格式都为json,不过在过程中遇到一个小问题,代码如下:情况一:$tmp = array('a','b','c'); echo json_encode($tmp); 输出结果:['a','b','c'] 情况二:$tmp = array('a'=>'a','b'=> 阅读全文
posted @ 2019-03-01 11:43 opensmarty 阅读(820) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-01-24 11:58 opensmarty 阅读(0) 评论(0) 推荐(0)
摘要: { "default_encoding": "UTF-8", "font_size": 16.0, "tab_size": 4, "translate_tabs_to_spaces": true, "update_check": false, "default_line_endings": "unix" } 阅读全文
posted @ 2018-04-30 15:34 opensmarty 阅读(174) 评论(0) 推荐(0)
上一页 1 ··· 70 71 72 73 74