Generally, a get method is used to get or list the resource or collection of resources, POST is used to create, PUT is used to update or replace, and DELETE is for removing the resource.
通常,GET是用于获取或列出一个或多个资源,POST用于创建,PUT用于更新或替换,而DELETE则用于删除资源。
The first of these is the HTTP method to be used, which is typically either GET or POST.
第一个是使用HTTP方法,通常是GET或POST。
The submitFormData() function can also be used with non-JSF forms that may use the default GET method or POST.
submitFormData() 函数也可以同非 JSF 表单一起使用,这类表单有可能会使用默认的 GET 方法或 POST。
应用推荐