Example 1: Getting Screen Resolution PHP // jQUERY FILE $(function() { $.post('some_script.php', { width: screen.width, height:screen.height } ...
確定! 回上一頁