gpt4 book ai didi

javascript - Visual Studio 代码无法识别 JavaScript 中的 Python 代码

转载 作者:行者123 更新时间:2023-11-29 15:56:16 27 4
gpt4 key购买 nike

我在 HTML 文件中有一些 JS 代码 <script></script> , 但后端计算是由 python 进行的,在 pycharm 中,此 py 代码被识别并运行良好,但在 vs 代码中被检测为问题:

'(' expected. js

我的问题是,为什么 VS 代码将此检测为错误,我该如何解决?

<script>
document.getElementById("switch").style.visibility = "hidden";
document.getElementById("stay").style.visibility = "hidden";

{% if error %} #this code is python, not JS
alert('{ error }')
{% endif %}

var clicked = false;
var randomize = Math.random(1,4);

function shuffle(array) {
var currentIndex = array.length, temporaryValue, randomIndex;

VS code screen

最佳答案

看起来您正在使用 Jinja2(或 Django)模板。您需要在 Visual Studio Code 中安装一个插件来处理这些模板。

有几个选择,但这是积极维护的:

https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml

关于javascript - Visual Studio 代码无法识别 JavaScript 中的 Python 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57733882/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com