Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[webview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.com"]]];
比如google.com有很多服务器,但是有些ip地址连接不上。
如果我使用指定 ip(74.125.128.99) 访问 google.com,则连接正常。
我能怎么做?
我不太明白你的问题 - 你能更具体一点吗?上面的代码应该没有问题。