interface Opts { method: string; header: object; body: object; }function request(url: string, opts: Opts) { // opts.method,opts.header等参数如何设置默认值? // 省略代码...}
慕森王
相关分类