BT编程语言文档
send
发送HTTP请求并返回响应结果。语法 Reqwest.send()
println reqwest('https://btlang.org/login').method('POST').send({ username: 'admin' password: '123456' }).send()语法 Reqwest.send()
println reqwest('https://btlang.org/login').method('POST').send({ username: 'admin' password: '123456' }).send()