We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
在这种情况下,像 Browserstack 这样的在线解决方案可能会很有用。您可以在不同的浏览器和不同版本的浏览器中测试您的 Web 应用程序,而无需自行安装。
An online solution like Browserstack could be useful in this case. You can test your web application in different browsers and different versions of browsers without the need to install them yourself.
更多在线浏览器站点:
http://spoon.net/browsers/
http://browsershots.org/
http://www.crossbrowsertesting.com/
More online browser sites:
http://spoon.net/browsers/
http://browsershots.org/
http://www.crossbrowsertesting.com/
尝试 http://www.my-debugbar.com/wiki/IETester/HomePage 对于 IE 5.5 及以上版本,模拟器并不总是完美的,但比大多数模拟器都要好。大多数其他主要浏览器已经转向快速发布修复,因此如果 CSS 现在可以在符合标准的浏览器中运行,那么将来也应该如此。
Try http://www.my-debugbar.com/wiki/IETester/HomePage for IE 5.5 up, the emulator isn't always perfect but better than most. Most other major browsers have turned to rapid release fixes so if the css is working in a standards compliant browser now, it should in the future.
这对于 IE 测试很有用 http://www.my-debugbar.com/wiki/IETester /主页
但正如其他人所说,你无法更好地测试真实的东西。
This is good for IE testing http://www.my-debugbar.com/wiki/IETester/HomePage
But as the others have said you can't better testing on the real thing.
另一种方法是使用虚拟机,但这涉及安装 Windows XP 之类的东西并为不同版本的 IE/firefox/chrome 配置快照。
您可以使用 virtualBox 来做到这一点 - https://www.virtualbox.org/
这就是您需要做的全部但是,如果您的网站托管在网络上(请参阅下文):
如果您在本地测试您的网站,则可以在主机上运行一个小型网络服务器,以便可以在虚拟机上访问它。
您可以使用 XAMMP 来实现此目的 - http://www.apachefriends.org/en/xampp.html< /a>
The other way is to use Virtual machines but this involves installing something like windows XP and configuring snapshots for the different versions of IE/firefox/chrome.
You can do this with virtualBox - https://www.virtualbox.org/
This is all you need to do if you site is hosted on the web however(read below) :
If you test your website locally you can then run a small webserver on your main machine so you can access it on the virtual machine.
You can use XAMMP for this - http://www.apachefriends.org/en/xampp.html