会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
绯狱丸丶
首页
新随笔
联系
管理
订阅
2021年12月22日
Golang 中的 defer 关键字
摘要: 0x00 defer 是啥 用一段简单的代码演示 package main import ( "fmt" ) func main() { defer fmt.Println("this defer fmt!!") fmt.Println("this is normal fmt!!") } 以上代码的
阅读全文
posted @ 2021-12-22 19:26 绯狱丸丶
阅读(294)
评论(0)
推荐(0)
编辑
公告