form 元素、提交目标与请求方式 | HTML

本章覆盖:`<form>`;`action`;`method`;GET;POST;`enctype`;`target`;form 与服务端接口的关系;HTML 原生提交与 JavaScript AJAX / Fetch 提交的区别;HTTP 细节留给网络与 JavaScript 课程。

本章知识点

  • <form>
  • action
  • method
  • GET
  • POST
  • enctype
  • target
  • form 与服务端接口的关系
  • HTML 原生提交与 JavaScript AJAX / Fetch 提交的区别
  • HTTP 细节留给网络与 JavaScript 课程