Python try 关键字
定义和用法
The try
关键字用于 try...except 块。它定义了一段代码块,以测试其是否包含任何错误。
您可以为不同的错误类型定义不同的块,以及在没有出错的情况下执行的块,请参阅下面的示例。
更多示例
相关页面
The except
关键字。
The finally
关键字。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]