We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第九章9.7节如果在finally中也加一个return:以上代码的输出结果为3。应为2。
The text was updated successfully, but these errors were encountered:
try和finally中都有return,最后只执行finally中的return语句,所以第三个示例返回值是2,书中给的3有误
Sorry, something went wrong.
No branches or pull requests
第九章9.7节如果在finally中也加一个return:以上代码的输出结果为3。应为2。
The text was updated successfully, but these errors were encountered: