[ios] NSURL

NSLog(@「Scheme: %@」, [url scheme]);
NSLog(@「Host: %@」, [url host]);
NSLog(@「Port: %@」, [url port]);
NSLog(@「Path: %@」, [url path]);
NSLog(@「Relative path: %@」, [url relativePath]);
NSLog(@「Path components as array: %@」, [url pathComponents]);
NSLog(@「Parameter string: %@」, [url parameterString]);
NSLog(@「Query: %@」, [url query]);
NSLog(@「Fragment: %@」, [url fragment]);url

相關文章
相關標籤/搜索