我正在使用Visual Studio 2010.我已经使用了很长时间没有问题。今天我每次尝试声明变量并在我的javascript文件中使用它时都会收到此消息。
Javascript Intellisense Message: JS Intellisense:Internal/(1:0) : Function expected
这个问题的原因是什么? 我该如何解决?
答案 0 :(得分:0)
确保HTML中没有任何未定义的事件激活函数,例如:
<select id="selection" onclick="myfunction()"></select>
其中myfunction()未在任何地方定义。