标签: swift
var s = "hello" print(s[0]) // should print h
这就是我想要做的,但看起来在Swift中没有订阅。为什么他们没有在Swift中包含字符串的下标。