Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以像这样读取标签名称:
let rv = try? someURL.resourceValues(forKeys: [.tagNamesKey]) print(rv!.tagNames)
但是如何添加或删除标签名称?
谢谢你的帮助,
吉尔伯特