getCaiyunForecast(): Observable { return from(this._http.get(this.forecastUrl, {}, {}) .then(res => { return JSON.parse(res.data) } ...
確定! 回上一頁