小编Dan*_*hue的帖子

需要帮助以在 VBA 中使用 post 方法发布多部分表单数据

我正在尝试使用 API 来更新在线数据库。

该 API 由一个法国网站托管,使用细节很少,没有示例。

这是他们提供的信息

The query must be sent as a "multipart / form-data" html form using the "POST" method. 
Input parameters: 
ssid : (type "text") user's ScreenScraper identifier 
sspassword : (type "text") ScreenScraper password of the user 
gameid : (type "text") numerical identifier of the game on ScreenScraper 
or 
romid ( "text") numeric ID of the Roma on ScreenScraper 

to propose a textual info: 
modiftypeinfo ( "text") type of information sent (see list "modiftypeinfo") 
modifregion ( …
Run Code Online (Sandbox Code Playgroud)

post vba web

5
推荐指数
1
解决办法
6787
查看次数

标签 统计

post ×1

vba ×1

web ×1