javasript傳值給php <script> function express(){ var value="abc"; location.href="point.php?value=" +value; }
確定! 回上一頁