gpt4 book ai didi

swift - Do-Catch 和溢出

转载 作者:搜寻专家 更新时间:2023-11-01 07:16:25 24 4
gpt4 key购买 nike

<分区>

我如何包装do catch 溢出错误

    let increasePerSecond: UInt32 = UInt32.max 
let offset: UInt32
do {
offset = try ((nowTimeInterval - calculatedTimeInterval) * increasePerInterval)
} catch _ {
offset = 0
}

但是如果我在 do 部分有错误,我不会进入 catch 并且我的应用程序崩溃了

UPD:这与如何获取 var 偏移量无关,问题是如何处理错误

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com