我在 HTML 文件中有一些 JS 代码 as <script></script>,但是后端计算是由 python 进行的,在pycharm 中,这个 py 代码被识别并且运行良好,但是在 vs 代码中被检测为一个问题:'(' 预期。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;
添加回答
举报
0/150
提交
取消