1. 首页
  2. 数据库
  3. 其它
  4. electron net fetch:一个 源码

electron net fetch:一个 源码

上传者: 2021-05-03 01:17:13上传 ZIP文件 3.27KB 热度 12次
电子净取 Electron的net模块的轻量级模块,用于获取http / https数据 安装 npm install gulp-less 基本用法 import fetch from 'electron-net-fetch' fetch . get ( url , params , header ) . then ( data => { console . log ( data ) } ) . catch ( e => { console . log ( 'error' , e ) } ) fetch . post ( url , params , header ) . then ( data => { console . log ( data ) } ) . catch ( e => { console . log ( 'er
用户评论