08 2018 档案

摘要:<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style>*{box-sizing: border-box;}. 阅读全文
posted @ 2018-08-24 15:14 刘浩2561179983 阅读(263) 评论(1) 推荐(0)
摘要:<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title></head> <body><canvas id='myCanvas 阅读全文
posted @ 2018-08-24 14:11 刘浩2561179983 阅读(5031) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="initial-scale=1.0, 阅读全文
posted @ 2018-08-17 11:15 刘浩2561179983 阅读(530) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="initial-scale=1.0, us 阅读全文
posted @ 2018-08-16 20:00 刘浩2561179983 阅读(462) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="initial-scale=1.0, us 阅读全文
posted @ 2018-08-16 19:12 刘浩2561179983 阅读(206) 评论(0) 推荐(0)
摘要:<!doctype html><html lang="zh-CN"><head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width 阅读全文
posted @ 2018-08-16 16:40 刘浩2561179983 阅读(1130) 评论(0) 推荐(0)
摘要:$.ajaxFileUpload({ url: urls.fileUploadUrl,//用于文件上传的服务器端请求地址 secureuri: false,//一般设置为false type: 'post', async: false, dataType: 'json', //服务器返回的格式,可以 阅读全文
posted @ 2018-08-13 18:01 刘浩2561179983 阅读(166) 评论(0) 推荐(0)
摘要:Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), // 阅读全文
posted @ 2018-08-03 15:52 刘浩2561179983 阅读(756) 评论(0) 推荐(0)