标签: visual-studio
我正在尝试更改HTML文件中的代码并添加两行代码:
document.open() document.write(year) //this was already here document.close()
但是当我运行代码时,它会忽略更改,而在使用F12时才给出此提示:
document.write(year)