iceBreak
Code Change Word
摘要: function IsPCFn() { var userAgentInfo = navigator.userAgent; var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"]; var fla 阅读全文
posted @ 2020-06-03 17:30 iceBreak 阅读(151) 评论(0) 推荐(0)
摘要: msg = msg.replace(/<\/?[^>]*>/g, ''); //去除HTML Tag msg = msg.replace(/[|]*\n/, '') //去除行尾空格 msg = msg.replace(/&nbsp;/ig, ''); //去掉npsp msg = msg.repl 阅读全文
posted @ 2020-06-03 17:23 iceBreak 阅读(522) 评论(0) 推荐(0)
摘要: 1、新建一个New.js(创建一个空的vue实例) js中代码如下: import Vue from 'vue' export default new Vue() 2、同级组件引入这个New.js文件 import New from '@/New.js' 3、请求子组件需要做的操作: methods 阅读全文
posted @ 2020-06-03 17:21 iceBreak 阅读(270) 评论(0) 推荐(0)

your browser does not support the video tag