この場合、ajaxフォームの送信にmethod =" post "またはmethod=" get "を使用する必要がありますか?
更新: ポストで使用する必要があるのはいつですか、ajaxフォーム送信の場合はいつ使用する必要がありますか?
<form action="script.php" method="post">
<label>Url: </label>
<input value="http://" id="url-input" type="text" size="100" /><br />
<label>paste html file source: </label><textarea rows="10" cols="60"></textarea><br />
<input type="checkbox" checked /> parse links<br />
<input type="checkbox" checked /> parse images<br />
<button type="submit" id="submit-html">Submit</button>
</form>
ありがとう