gpt4 book ai didi

swift - 使用 Swift 3.0 将包含 "Array of String"的字符串解析为数组

转载 作者:行者123 更新时间:2023-11-28 09:33:54 25 4
gpt4 key购买 nike

<分区>

我正在寻找一种使用 Swift 3.0 将此字符串转换为数组的方法

let arrayString: String = "[\"One\", \"Two\", \"Three\", \"Four\"]"

// Should be converted into:

let array: [String] = [
"One",
"Two",
"Three",
"Four"
]

如果我使用 , 作为分隔符将它分成 token ,它将包含 [],因此它不会工作。如何正确转换?

注意:

问题不同于: Simple and clean way to convert JSON string to Object in Swift

我不是要转换其中包含多个键的 JSON 对象。

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