标签: swift url foundation rfc3986
Foundation's URL(string:) initializer可能会失败。
URL(string:)
The URLComponents(string:) initializer可能会失败。
URLComponents(string:)
URL(string:)返回URL但URLComponents(string:)返回nil的字符串示例是什么? (是否存在根据RFC 1808有效但根据RFC 3986无效的URL字符串?)
URL
nil