使用 JavaScript 的 Google 地球应用程序的 IDE?
是否有推荐的 IDE 用于使用 JavaScript 开发基于浏览器的 Google Earth 应用程序?
Is there a recommended IDE for developing Browser based Google Earth app using JavaScript ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用 Visual Web Developer 为我的 IDE 进行了很好的设置。您正在寻找的是 JavaScript 调试工具,因为它们确实可以帮助解决问题。查看 Earth API 文档上的开发页面,获取可用工具的详细列表。但值得注意的是,没有一个是“推荐”的...
http:// /code.google.com/apis/earth/documentation/debugging.html
I have quite a good set up using visual web developer for my IDE. The thing you are looking for is JavaScript debugging tools as these can really help to troubleshoot issues. Check the development pages on the earth api documentation for a great list of available tools. However it is worth noting that none are "recommended" as such...
http://code.google.com/apis/earth/documentation/debugging.html
使用你习惯的任何东西。没有规范的 IDE 可以将 Google 的 API 与 JavaScript 结合使用。
Use whatever you're used to. There is no canonical IDE for using Google's APIs with JavaScript.