摘要:
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>nick getBase64</title></head><body><div> <button id="downloadImg">下载</button></div><script s 阅读全文
摘要:
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>nick getBase64</title></head><body><div> <canvas id="canvas" style="display: none"></canvas> 阅读全文
摘要:
<!DOCTYPE html><html><head> <title></title></head><body> <script type="text/javascript"> function ToBase64() { /*转换base64*/ var img = document.getElem 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0" 阅读全文
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body><div id="btn">点击click</div> <script>//微信支付js交互 document. 阅读全文
摘要:
/**axios封装 * 请求拦截、相应拦截、错误统一处理 */import axios from 'axios';import QS from 'qs';import { Toast } from 'vant';import store from '../store/index' // 环境的切换 阅读全文
摘要:
<script> !function(n){ var e=n.document, t=e.documentElement, i=750, d=i/100, o="orientationchange"in n?"orientationchange":"resize", a=function(){ va 阅读全文
摘要:
<div class="form-item"> <div class="label">姓名</div> <input type="text" v-model.trim="myUserInfo.name" placeholder="请输入您的姓名" @blur="input_blur"> </div> 阅读全文
摘要:
在webpack.config.js中加入 const VueLoaderPlugin = require('vue-loader/lib/plugin'); plugins: [ new VueLoaderPlugin() ] 阅读全文
摘要:
例如: var url = 'http://www.xxx.com?ProID=100&UserID=200' getQueryObject(url)输出为: 阅读全文