2022年5月19日
摘要: export const requestFormData = async(host:string,path:string,formData:any):Promise<any> =>{ return new Promise( async (resolve) => { const https = req 阅读全文
posted @ 2022-05-19 14:51 boye169 阅读(110) 评论(0) 推荐(0) 编辑
摘要: https.request(url[, options][, callback]) url <string> | <URL> options <Object> | <string> | <URL> 接受来自 http.request() 的所有 options,默认值有一些不同: protocol 阅读全文
posted @ 2022-05-19 14:40 boye169 阅读(146) 评论(0) 推荐(0) 编辑