Make a Javascript object from your form input values. Then create a JSON string from the object, using JSON.stringify(yourObject); It will ...
確定! 回上一頁