off时用 $_GET['变量名'] 接收get来的变量 
<?php
//page.php
echo $_GET['page'];//output:news
?>