The reason you are getting JSON parse error is that you are not actually sending a data of JSON format. Instead, your data have FormData ...
確定! 回上一頁