摘要: http://fex.baidu.com/webuploader/download.html 引入资源 使用Web Uploader文件上传需要引入三种资源:JS, CSS, SWF。 <!--引入CSS--> <link rel="stylesheet" type="text/css" href= 阅读全文
posted @ 2021-07-29 18:06 web格调 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 写法1: methods: { //设置cookie setCookie: function (cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); 阅读全文
posted @ 2021-07-29 10:45 web格调 阅读(6805) 评论(0) 推荐(0) 编辑