html、jsp、js、json....
摘要:ajax请求 参考:https://blog.csdn.net/lutinghuan/article/details/46820023 http://jxd-zxf.iteye.com/blog/2072300 1、json 字符串转数组或集合 格式: [{"jsonContent":"1","ur
阅读全文
摘要:方法一: Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(
阅读全文