$_POST收到的東西,是當表單格式是url encoded或是multipart form data時,PHP幫你剖析 ... array(); if($_SERVER['REQUEST_METHOD'] == "POST"){ // 換成php://input ...
確定! 回上一頁