本文共 775 字,大约阅读时间需要 2 分钟。
其实,本文提到的方案既适用于台式机也适用于手机与平板电脑。
JavaScript方案
利用jQuery框架同样可以实现类似以上操作,例如:
alert($(window).width());
alert($(document).width());
转载地址:http://llnvx.baihongyu.com/