python으로 요청을 포함한 "멀티파트/폼 데이터"를 전송하려면 어떻게 해야 합니까? 『 』의 multipart/form-datarequests★★★★★★★★★ 송신 방법은 이해하지만, 이 으로 폼 데이터를 송신하는 방법은 이해할 수 파일 송신 방법은 이해하지만, 이 방법으로 폼 데이터를 송신하는 방법은 이해할 수 없습니다.'아니다'를 하면,files으로 parameter(dictionary)를 지정합니다.requests multipart/form-data가 ★application/x-www-form-urlencodedPOST. 그러나 해당 사전의 실제 파일 사용에만 국한된 것은 아닙니다. >>> import requests >>> response = requests.post('http://httpbi..