Skip to content

Instantly share code, notes, and snippets.

@xiongchengqing
Last active May 11, 2021 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiongchengqing/ce9cadd6374893d2b08beaeff0ac41c3 to your computer and use it in GitHub Desktop.
Save xiongchengqing/ce9cadd6374893d2b08beaeff0ac41c3 to your computer and use it in GitHub Desktop.
formdata
{
"scripts": [],
"styles": []
}
<form id="form">
<input type="text" name="ids[]" value="1">
<input type="text" name="ids[]" value="2">
<input type="text" name="ids[]" value="3">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment