博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年3月6日

摘要: 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 星尘的天空 阅读(188) 评论(0) 推荐(0) 编辑