constructor(private http: HttpClient) {} ... ... ... stringify({ email: '[email protected]', password: '123456' }); this.http.post(url, data, { headers: httpHeaders, ...
確定! 回上一頁