RestClient 用于浏览器的Restful HTTP客户端。 安装 使用npm: $ npm install @baiducloud/restclient 例 基本用作发布方法。 import { Client } from '@baiducloud/restclient' ; const client = new Client ( ) ; const params = { name : 1 } ; const options = { headers : { 'X-request-By' : 'RestClient' } } ; client