... : 'text/plain; charset=utf-8' }), responseType: 'text' as 'json' }; this.http.get<string>(url, httpOptions).subscribe(response => { ... }); Related Question.
確定! 回上一頁