let body = 'test'; this.http.post<any>(this.url, body, options).subscribe(res => { this.data = res; });. 對寫ASP.NET Web API 或ASP.NET Core Web ...
確定! 回上一頁