BrodBlox09 Asked: 2024-11-11 02:48:58 +0800 CST2024-11-11 02:48:58 +0800 CST 2024-11-11 02:48:58 +0800 CST VSCode 无法突出显示字符串文字语法 772 我正在使用 Visual Studio Code (v.1.95.2) 开发一个网站,但语法高亮似乎有点混乱。当 HTML div 元素的onclick属性中包含字符串中的 JS 代码时,就会发生这种情况。下面显示了一个示例。 我尝试禁用所有扩展code --disable-extensions,但语法错误仍然出现。 visual-studio-code 1 个回答 Voted Best Answer RedCMD 2024-11-11T04:40:12+08:002024-11-11T04:40:12+08:00 由https://github.com/textmate/html.tmbundle/issues/113引起 \/解决方法是转义第二个斜线 <div onclick="window.open('https:/\/example.com')">
由https://github.com/textmate/html.tmbundle/issues/113引起
\/
解决方法是转义第二个斜线<div onclick="window.open('https:/\/example.com')">