TG Telegram Group & Channel
Chavy Scripts | United States America (US)
Create: Update:

#EnvJs更新

本次更新针对开发者:
新增queryStr API

为了处理 POST 请求中form-data 情况,将 Object 直接转成 queryString 格式

使用方法如下:
const body = { key: val }

const opts = {
url: 'xxxx',
headers: {},
body: $.queryStr(body)
}

$.post(opts, (err, resp, body) => {
console.log(body)
})

#EnvJs更新

本次更新针对开发者:
新增queryStr API

为了处理 POST 请求中form-data 情况,将 Object 直接转成 queryString 格式

使用方法如下:
const body = { key: val }

const opts = {
url: 'xxxx',
headers: {},
body: $.queryStr(body)
}

$.post(opts, (err, resp, body) => {
console.log(body)
})


>>Click here to continue<<

Chavy Scripts




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)