The $http service has several functions you can use to send AJAX requests. These are: $http.get(url, config); $http.post(url, data, config) ...
確定! 回上一頁