let headers = new HttpHeaders({ 'Content-Type': 'text/json' }); let options = { headers }; let body = 'test'; this.http.post<any>(this.url, body ...
確定! 回上一頁