KSQueryItem 1.0.1× 测试已测试✓ 语言语言 Obj-CObjective C许可 MIT 发布最后发布2015年1月由Keith Smiley维护。安装指南×KSQueryItem 安装指南您想将以下内容添加到 Podfile 中:target 'MyApp' do pod 'KSQueryItem', '~> 1.0' end然后在您的终端中运行 pod install 命令,或者在 CocoaPods.app 中进行安装。作为替代,要执行测试运行,请运行以下命令:pod try KSQueryItem查看 PodspecGitHub 仓库在 CocoaPods.org 上的页面KSQueryItem 1.0.1作者:Keith SmileyKeithbsmiley/KSQueryItemGitHub 仓库 这是一个简单的 NSDictionary 分类,用于返回用于与 NSURLQueryItems 一起使用的 NSURLComponents 使用方法 NSURLComponents *components = ... NSDictionary *params = @{@"user": @"archer", @"password": @"guest"}; components.queryItems = [params ks_queryItems]; 设置