When you send JSON to PHP in this way, it won't be available via the $_POST superglobal. Instead you have to read from the request body and run ...
確定! 回上一頁