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.
このサイトPOSTから、 Ajax リクエストの場合、コマンドrequest.onreadystatechangeの前に関数呼び出しを配置する必要があることがわかりました。リクエストでは、通常、それらを逆の順序で配置しますrequest.open。GET違いはなぜですか?
POST
request.onreadystatechange
request.open
GET
「通常」とはどういう意味ですか? リクエスト でそれを行うことになっていることはどこに文書化されていますか? 常に最初に来る必要があります。リクエストが開始された後にそれを定義することで、ハンドラーが確立される前にイベントが発生する可能性を広げることができます。GETrequest.onreadystatechange