$http({ url:'data.json', method:'GET' }).success(function(data,header,config,status){ //響應成功 }).error(function(data,header,config ...
確定! 回上一頁