<?php if ($_SERVER['REQUEST_METHOD'] == 'POST') { $data = json_decode(file_get_contents("php://input")); print_r($data); $data = (array) ...
確定! 回上一頁