# Functions

No description provided by the author
考查点:panic会触发单个函数中的所有defer函数.
考查点:panic会触发整个协程中的所有defer函数.
考察点: panic不会触发其他协程的defer函数.
No description provided by the author