要求是获取所有可用的以给定前缀开头的BlockBlob: 我使用了API:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
let font = UIFont(name: "FontName", size: 16) ?? UIFont.systemFont(ofSize: 16)
UINavigationBar.appearance().titleTextAttributes = [NSAttributedString.Key.font: font]
}
我想知道这个API是如何工作的:
谢谢。
答案 0 :(得分:2)
不用担心,服务器将进行过滤。