local-ajax-api
local-ajax-api copied to clipboard
mock工具可视版
$.get('http://localhost:3000/getjson/testapi2',function(res){console.log(res)}) VM277:1 Uncaught TypeError: $.get is not a function at :1:3
E:\local-ajax-api-master\jsonServer>node app E:\local-ajax-api-master\jsonServer\app.js:32 console.log("Express server listening on port %d in %s mode", app.address().port , app.settings.env); ^ TypeError: Cannot read property 'port' of null at Object. (E:\local-ajax-api-master\jsonServer\app.js:32:76) at Module._compile (module.js:570:32) at...