hi, I have a VS 2015 web api project. It that works fine with ajax : var uri = 'api/planes'; $.getJSON(uri) .done(function (data) { // On ...
確定! 回上一頁