你的Dart代码可以抛出异常和捕获异常。异常就是出现预期之 ... try { breedMoreLlamas(); } catch(e) { print('Error: $e'); // 先处理异常} finally ...
確定! 回上一頁