Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 netbeans 中,我创建了一个使用 Yahoo utils 的 html 页面。如果我输入“雅虎”。然后命名空间、渲染、隐藏在交互式文档中不可见。请告诉我如何配置 Netbeans 来处理这个问题。
I don't use Netbeans, but I do know that Javascript is case-senstive, and that the global Yahoo object is YAHOO, not yahoo.
YAHOO
yahoo
So try it in all caps.