五、Dart异常捕获

  try {
    ...
  } catch (err) {
    ...
  }finally{
    ...
  }

  

posted @ 2022-05-25 15:23  WaterGe  阅读(27)  评论(0编辑  收藏  举报