摘要:
const suffixal = this.videoObj.videoServer .split('?')[0] .split('.') .pop() var router = this.$router.resolve({ name: 'video', query: { url: this.vid 阅读全文
posted @ 2021-01-26 17:13
Tsunami黄嵩粟
阅读(641)
评论(0)
推荐(0)
摘要:
const Msg = this.form.Msg.replace( (/%(u[0-9A-F]{4})|(%[0-9A-F]{2})/gm, $0 => { return escape($0).replace(/(%u)(\w{4})/gi, '&#x$2;') }) ) Msg再传给后端就行 t 阅读全文
posted @ 2021-01-26 17:08
Tsunami黄嵩粟
阅读(312)
评论(0)
推荐(0)
摘要:
{ //指定工作台中使用的文件图标主题;若指定为 "null",则不显示任何文件图标 "workbench.iconTheme": "vscode-icons", //如果设置成'true',关于新的版本消息将不再显示 "vsicons.dontShowNewVersionMessage": tru 阅读全文
posted @ 2021-01-26 11:52
Tsunami黄嵩粟
阅读(341)
评论(0)
推荐(0)