<?php $width = $_get['width']; $height = $_get['height']; echo "You are using a $width x $height screen resolution"; // And set them into ...
確定! 回上一頁