<form>
    <input type="text" name="FirstName" value="Bill" />
    <input type="text" name="LastName" value="Gates" />
</form>

$("form").serialize();

结果:FirstName=Bill&LastName=Gates

 

相关文章:

  • 2022-02-02
  • 2022-12-23
  • 2021-12-14
  • 2021-09-29
  • 2022-12-23
  • 2021-06-11
  • 2022-02-05
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2022-01-29
  • 2021-11-10
  • 2022-12-23
  • 2021-07-14
  • 2021-05-18
相关资源
相似解决方案