摘要: <template> <div id="app"> <!-- tab切换1 --> <button @click="comName = 'setLogin'">周六</button> <button @click="comName = 'login'">周天</button> <component 阅读全文
posted @ 2021-01-08 17:53 茗涵 阅读(84) 评论(0) 推荐(0) 编辑
摘要: <template> <div></div> </template> <script> export default { data() { return { // websocket websock: null, //建立的连接 lockReconnect: false, //是否真正建立连接 ti 阅读全文
posted @ 2021-01-08 15:30 茗涵 阅读(1593) 评论(0) 推荐(0) 编辑
摘要: var str='今天星期五'; console.log(str.indexOf('星期五') !=-1) //true console.log(str.search('星期五') !=-1) //true 阅读全文
posted @ 2021-01-08 10:04 茗涵 阅读(812) 评论(0) 推荐(0) 编辑