使用 Finally 的疑惑,请大家一起讨论!
有以下程序 :
?输入出结果是:
execute finally...
before clean returnString's value: this string will be return.
after? clean returnString's value: null
execute finally end.
in main return: this string will be return.
发布时间: 2012-12-28 10:29:05 作者: rapoo
使用 Finally 的疑惑,请大家一起讨论!
有以下程序 :
?输入出结果是:
execute finally...
before clean returnString's value: this string will be return.
after? clean returnString's value: null
execute finally end.
in main return: this string will be return.