然後,我就可以用 $_GET 這個變數來取得我用query string 所傳的參數. 範例如下 data.php: <?php echo 'Great! <br>'; echo 'a: ' . $_GET['a'] .
確定! 回上一頁