注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
You can use queryItems in URLComponents. When you get this property’s value, the NSURLComponents ... You can use queryItems in URLComponents. When you get this property’s value, the NSURLComponents class parses the query string and returns an array of NSURLQueryItem objects, each of which represents a single key-value pair, in the order in which they appear in the original query string. Swift let url = "http://example.com?param1=value1¶m2=param2" let queryItems = URLComponents(string: url)?.q
2017/10/03 リンク