摘要: 目录 : config/index.jsmodule.exports = { dev: { // Paths assetsSubDirectory: 'static', assetsPublicPath: '/', //代理配置 proxyTable: { '/api':{ //使用api 来代替 http://localhost:30... 阅读全文
posted @ 2019-03-05 22:50 雨下大了没 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: 1、用 js 写出几种去除 string 空格的方法。 (1)、使用js循环 (2)使用正则 (3)使用JQ 2、如何获取浏览器URL中查询字符串中的参数? 3、比较 typeof 与 instanceof ? 相同点:都常用来判断一个变量是否为空,或者是什么类型的。 不同点:tyoeof返回字符串 阅读全文
posted @ 2019-02-28 22:05 雨下大了没 阅读(292) 评论(1) 推荐(1) 编辑