摘要: ###js中startWith()方法用于检测字符串是否以指定的字符串开头 'hello world'.startsWith('hello') ####在vue中可以使用此方法检查路由地址 import {useRoute} from 'vue-router'; const route = useR 阅读全文
posted @ 2022-02-27 13:41 QTDD 阅读(942) 评论(0) 推荐(0)