摘要: Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), // 阅读全文
posted @ 2020-02-04 20:44 85541585 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1.json_decode() json_decode (PHP 5 >= 5.2.0, PECL json >= 1.2.0) json_decode — 对 JSON 格式的字符串进行编码 说明 mixed json_decode ( string $json [, bool $assoc ] 阅读全文
posted @ 2020-02-04 20:03 85541585 阅读(730) 评论(0) 推荐(0) 编辑