2、第二種設置請求頭信息的方式就是在$httpProvider.defaults.headers屬性上直接配置。 angular.module('app', []) .config(function($httpProvider) ...
確定! 回上一頁