Angular 自帶有http模塊可以方便的進行Http請求。不必像Vue那樣安裝配置axios。 import { Component } from '@angular/core'; import { HttpClient } ...
確定! 回上一頁