_http.post(url,data,{ headers : new HttpHeaders({ 'Content-Type': 'application/json' }) }) .subscribe((data)=>{ this.param.data = data; ...
確定! 回上一頁