登录社区云,与社区用户共同成长
邀请您加入社区
defer语句是Go中一个非常有用的特性,可以将一个方法延迟到包裹该方法的方法返回时执行,在实际应用中,defer语句可以充当其他语言中try…catch…的角色,也可以用来处理关闭文件句柄等收尾操作。defer触发时机A “defer” statement invokes a function whose execution is deferred to the moment the surro