我在fiddle,
中尝试过这样的事情(function () {
navigator.__defineGetter__('userAgent', function () {
return 'Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7';
});
window.open('https://stackoverflow.com');
} ());
但它不会覆盖使用者吗?任何想法或建议都会有所帮助