begin
# raise "fine"
# raise ArgumentError, "ok"
# raise SignalException
exit
rescue => e
p "cool"
p e.message
end
p "cool"
=begin
begin
exit
rescue Exception
p "fine"
end
p "cool"
=end
ruby沉思录(2)
最新推荐文章于 2020-06-24 10:10:09 发布
111

被折叠的 条评论
为什么被折叠?



