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.
それの用途は何ですか???? acceptverbs(httpverbs.get)とhttpverbs.postについても説明します。
ありがとう
アクションに適用すると、特定の HTTP 動詞 (GETまたは など) で作成されたリクエストのみにアクションが制限されますPOST。名前と署名に基づいて一致する、指定されたものとは異なるタイプのリクエストが来ても、リクエスト タイプが許可されていないため、一致しません。
GET
POST