Return a String from If statement in swift

前端 未结 0 963
不知归路
不知归路 2021-01-03 03:25

I have this function to modify a string.

let offset = "01:00"

func newOffset() -> String {
    let offset12 = String(offset.prefix(1))
    if of         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题