netto:ネット.js一个用于HTTP请求的小型JavaScript库

网ネット .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 )
zip 文件大小:4.94KB