网站首页 站内搜索

搜索结果

查询Tags标签: toPromise,共有 1条记录
  • angular设置网络请求超时时间

    angular5之后使用pipe this.http.get(url) .pipe( timeout(1000), catchError(e => { return of(null); }) ).toPromise().then( res => { //成功 }).catch(e => { //报错 );

    2022/9/16 23:18:28 人评论 次浏览
扫一扫关注最新编程教程