上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: Vue开发的两种方式:静态资源引入开发 和 脚手架交互式开发 这里使用的是静态资源引入开发 首先 引用jquery.js 和 vue.js html 标签内加个 <div id="box">内容</div> 阅读全文
posted @ 2019-04-09 10:58 bingxiaoxiao 阅读(2513) 评论(0) 推荐(0)
摘要: A页面调用B页面 B页面是扫描页面 需要在A页面中引用mui.css 和 mui.js A页面 <img src="../images/scanning.png" class="iconfont icon-scanning" id="turnTheLight" v-on:click="scans() 阅读全文
posted @ 2019-04-09 09:33 bingxiaoxiao 阅读(1311) 评论(0) 推荐(0)
摘要: 设置:localStorage.setItem("token", JSON.parse(res).data.token); 获取:that.token = localStorage.getItem('token') 一、什么是localStorage、sessionStorage 在HTML5中,新 阅读全文
posted @ 2019-04-09 09:14 bingxiaoxiao 阅读(1095) 评论(0) 推荐(0)
摘要: <script> var vm = new Vue({ el: '#box', data: { token: "", head_pic: "", }, created: function () { var that = this that.token = sessionStorage.getItem 阅读全文
posted @ 2019-04-01 18:54 bingxiaoxiao 阅读(271) 评论(0) 推荐(0)
摘要: Document 阅读全文
posted @ 2019-03-21 16:50 bingxiaoxiao 阅读(775) 评论(0) 推荐(0)
摘要: Document 点击我会有惊喜呦!!!! 提交申诉 阅读全文
posted @ 2019-03-21 11:46 bingxiaoxiao 阅读(438) 评论(0) 推荐(0)
摘要: VS Code下载地址: https://code.visualstudio.com/ view in browser 和 Open-In-Browser 安装可在编辑器中打开html,在浏览器中运行,由于 VSCode 没有提供直接在浏览器中打开文件的内置界面,所以此插件在快捷菜单中添加了在默认浏 阅读全文
posted @ 2019-03-20 11:55 bingxiaoxiao 阅读(632) 评论(0) 推荐(0)
摘要: Vscode是一款开源的跨平台编辑器。默认情况下,vscode使用的语言为英文(en) 1)打开vscode工具; 2)使用快捷键组合【Ctrl+Shift+p】,在搜索框中输入“configure display language”,点击确定后; 3)修改locale.json文件下的属性“loc 阅读全文
posted @ 2019-03-20 11:46 bingxiaoxiao 阅读(60679) 评论(1) 推荐(1)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-03-19 11:16 bingxiaoxiao 阅读(2449) 评论(0) 推荐(0)
摘要: 打开vscode,在软件界面左下角找到“齿轮”标志并点击,在弹出的菜单中选择“设置”,把下面的代码添加到设置里。 阅读全文
posted @ 2019-03-19 11:06 bingxiaoxiao 阅读(4128) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页