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.
我正在尝试在 xcode 中为我的 iphone 编写一个简单的应用程序来访问 IP 地址。我遵循了几个不同的教程,并创建了一个简单的浏览器,允许我访问 google 或 yahoo。但是我想访问一个IP地址。
谁能帮我解决这个问题?
谢谢。
NSURL *theURL = [NSURL URLWithString:@"some.ip.adress.here"]; [theWebView loadRequest:[NSURLRequest requestWithURL:theURL]];