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 检索 html 数据的功能
您可以使用
- (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)baseURL
由于您没有提及您正在使用哪个数据库,这就是为什么我无法为此添加代码。从 DB 获取数据后,您可以将字符串传递给 loadHTMLString。
UIWebView 类参考