Google Closure Javascript 库支持哪些浏览器和设备?
您在哪里可以找到 Google Closure 库是否支持 Android、Safari (iOs) 等?
Where do you find out if Android, Safari (iOs) etc are supported by the Google Closure libraries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
GCL 全部支持。这就是 GCL 的优点,它是一个独立于平台的库,它抽象了讨厌的平台/浏览器特定的错误。
GCL supports all of them. That is the nice thing about GCL, a platform independent Library, that abstracts nasty platform/browser specific bugs.
我找到了以下搜索源代码的方法,您可以在其中查找 iPhone 等词语,看看它们对特定设备有哪些具体处理。
iPhone 的代码搜索:http://www.google.com/codesearch#search/&q=iphone%20package:http://closure-library%5C.googlecode%5C.com
搜索 < em>blackberry 不返回任何内容,这意味着它不适合 Blackberry 的 Javascript?
I found the following way to search the source code, where you can look for words like iPhone etc to see what specific handling they have for specific devices.
Code search for iphone: http://www.google.com/codesearch#search/&q=iphone%20package:http://closure-library%5C.googlecode%5C.com
Although searching for blackberry doesn't return anything, which means that it doesn't cater for Blackberry's Javascript?