$data = array('name' => 'John', 'age' => 30); echo json_encode($data);. 在您的JavaScript 文件中,使用jQuery 的 $.ajax() 函数发送请求,并设置返回数据的数据 ...
確定! 回上一頁