If your using FormData to send the data, you need to .append() each individual name/value to FormData ... Then pass the regionList object to $.ajax as data.
確定! 回上一頁