ngOnInit() { const body = { title: 'Angular PUT Request Example' }; this.http.put<any>('https://jsonplaceholder.typicode.com/posts/1', body) .subscribe(data ...
確定! 回上一頁