Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要 jQuery 中的删除功能。在 jQuery ajax 中,我们有get, post,put和delete. 但是并不是所有的浏览PUT器DELETE都支持,那么有没有其他功能和功能完全一样的DELETE呢?
get
post
put
delete
PUT
DELETE
PUT 和 DELETE 在 HTML 表单中不受支持,但在所有现代浏览器的 Ajax 请求中都受支持。