在此,我试图比较2卢比的东道方。 即便是这些东道国也一样,它也没有回答为什么!
法典:
NSURL *url=[NSURL URLWithString:@"http://www.facebook.com/"?ref=logo" ];
NSURL *domain=[ NSURL URLWithString:@"http://www.facebook.com" ];
if ( [url host]==[domain host] ) {
NSLog(@"hosts are matched");
}else {
NSLog(@"hosts are not matched!");
}