网
ネット .js 浏览器或Node.js中xhr的小型辅助库。 它兼容 UMD,这意味着您可以使用 CommonJS/node.js、AMD 或浏览全局。
安装
npm install netto --save
例子
var net = require ( 'netto' ) ;
net . root = 'jsonplaceholder.typicode.com' ;
// If the callback for the get method is null,
// the callback defaults to one similar to the
// the log function
var log = function ( err , data ) {
if ( err ) throw err ;
else console . log ( data )
评论0
最新资源