r.php' method='get'> 輸入N 值: <input type='text' name='n' /> <input type='submit' /> </form> <?php if(isset($_GET['n'])) { $n = $_GET['n']; ...
確定! 回上一頁