随笔- 310
文章- 1
评论- 0
阅读-
85655
05 2022 档案
typescript https上传文件
摘要:export const requestFormData = async(host:string,path:string,formData:any):Promise<any> =>{ return new Promise( async (resolve) => { const https = req
阅读全文
typescript https请求
摘要:https.request(url[, options][, callback]) url <string> | <URL> options <Object> | <string> | <URL> 接受来自 http.request() 的所有 options,默认值有一些不同: protocol
阅读全文