摘要:
Address:http://www.cnblogs.com/haipingwu/archive/2011/03/18/1987968.html//加载Bundle中的html文件。 NSString *Path = [[NSBundle mainBundle] pathForResource:@"chat.html" ofType:nil]; [WebView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:Path]]]; // 执行其中的Javascript NSString ... 阅读全文
posted @ 2013-03-06 15:42 星尘的天空 阅读(190) 评论(0) 推荐(0) 编辑