php取得客户窗口的分辩率
<?phpif(!$_GET["screenX"]) {echo '<script>location = location.href+"?screenX="+screen.width+"&screenY="+screen.height;</script>';exit;}$screenX = $_GET["screenX"];$screenY = $_GET["screenY"];?>
以下是其他内容
<?phpif(!$_GET["screenX"]) {echo '<script>location = location.href+"?screenX="+screen.width+"&screenY="+screen.height;</script>';exit;}$screenX = $_GET["screenX"];$screenY = $_GET["screenY"];?>
以下是其他内容