This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSString* urlStr = @"https://maps.google.com.tw/maps?q=加油站"; | |
NSURL *url = [NSURL URLWithString:[urlStr stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]; | |
NSURLRequest *request = [NSURLRequest requestWithURL:url]; | |
[self.gasWebView loadRequest:request]; |
沒有留言:
張貼留言