标签: javascript internet-explorer mobile windows-7 windows-mobile
所以我只想输出文档的当前视口
$('#dimensions').text(window.innerWidth + 'x' + window.innerWidth);
无法正常工作,并在Internet Explorer移动版中以undefinedxundefined的形式返回。
答案 0 :(得分:1)
找到答案,我不应该一直在寻找'windows mobile',只是寻找普通的Internet Explorer:
document.body.clientWidth