07 2016 档案

注意几个坑!字符串替换的坑和绑定data-url的坑!data-url那里很巧妙
摘要:<!DOCTYPE html var DATA='[{"status": "IN_PROGRESS", "loan_limited": "5", "load_no": "123131231", "agreement": "http://www.mop.com/", "payed": "1", "am 阅读全文

posted @ 2016-07-20 16:57 liuestc 阅读(337) 评论(0) 推荐(0)

JS 模板
摘要:function init() { var DATAJson=JSON.parse(DATA); var sort=DATAJson.sort(function(a,b){ return a.status b.status? 1:1 }); //console.log(sort); String.p 阅读全文

posted @ 2016-07-18 09:48 liuestc 阅读(114) 评论(0) 推荐(0)