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

浙公网安备 33010602011771号