ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# Format `Get|Let {WebFormat}` 为`WebRequest`设置`RequestFormat`,`ResponseFormat`以及`Content-Type`和`Accept`标头 ~~~ Dim Request As New WebRequest Request.Format = WebFormat.Json '// -> Request.RequestFormat = WebFormat.Json '// Request.ResponseFormat = WebFormat.Json '// Content-Type: application/json '// Accept: application/json ~~~