不管是
NSString *urlString = [NSURL URLWithString:@"index.html" relativeToURL:
[NSURL URLWithString:@"http://www.xxxx.com"]].absoluteString;
還是
NSString *urlString = [NSURL URLWithString:@"/index.html" relativeToURL:
[NSURL URLWithString:@"http://www.xxxx.com/"]].absoluteString;
都可以正確拼接出 http://www.xxxx.com/index.html
需要注意的是 如果寫成 /index.html(帶斜杠的) 卷中,那么表示index.html是根路徑析孽。