JavaScript 可以在手机上运行吗?
JavaScript 可以在手机上运行吗?
Does javascript work on mobile phones?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
JavaScript 可以在手机上运行吗?
Does javascript work on mobile phones?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(8)
哪些手机?
该网站上有一些非常好的信息:
http://www.quirksmode.org/m/table。 html
Which mobile phones?
There's some pretty good information on this site:
http://www.quirksmode.org/m/table.html
取决于浏览器
depends on the browser
一些。您心中有一个特定的模型还是只是一般的模型?
Some. Do you have a specific model in mind or just in general?
取决于什么手机以及您需要支持的程度。
智能手机几乎都支持 JavaScript。他们对他们的支持程度如何是另一回事。
您可以在此处查看许多移动设备支持的内容: http://www.quirksmode.org/ m/table.html
Depends on what mobile phones and to what extent you need support.
Smart phones pretty much all include support for JavaScript. How well they support them is another story.
You can see a lot of what mobile devices support here: http://www.quirksmode.org/m/table.html
一般来说,我会假设 javascript 不存在,因为较旧的手机型号可能不支持 javascript,但是,如果您使用不显眼的 javascript 和优雅的降级,那么这并不重要,因为您的页面将以某种已知的方式运行任何设备,只要其能够正确格式化即可。
因此,如果您想让它在所有手机上运行,那么从不需要 javascript 开始,然后添加 javascript 作为增强功能。
In general I would assume that javascript isn't there, as older cellphone models may not support javascript, but, if you use unobtrusive javascript and graceful degradation, then it won't really matter, as your page will function in some known way on any device, as long as it is formatting itself properly.
So, if you want to have it work on all mobile phones, then start with not needing javascript, then add in the javascript as an enhancement.
还要记住,即使 JavaScript 可用,不同的手机和不同的浏览器也支持不同的 JavaScript 版本。
Bare in mind as well that their are different versions of JavaScript supported by different phones and different browsers, even if JavaScript is available.
http://www.skyfire.com/ 如果你可以安装该浏览器,那么你就可以获取 javascript !很棒的浏览器并且相当便携...
适用于 Symbian(诺基亚手机使用它)和 Windows Mobile。
http://www.skyfire.com/ if you can get that browser on it then you can get javascript! Awesome browser and quite portable...
Works on Symbian (Nokia Phones use it) and Windows Mobile.
我认为 javascript 完全依赖于浏览器。 Symbian 手机肯定可以运行 javascript。 智能手机在处理 JavaScript 方面更加智能。
I think javascript is totally browser dependent. Symbian mobile surely can run javascript. Smart phones are much smarter to handle javascript.