The FormData API doesn't directly convert form values to JSON, but we can get there by using the entries method and passing its return value to Object.
確定! 回上一頁