我使用目标C在iOS中创建了一个App,并加载了JS文件以实现某些功能。
Now the Problem is.I have created a database through objective C code.
Want to access the same database using javascript.
So can I do that?
请帮帮我
答案 0 :(得分:0)
如果javascript本机运行,那么您应该能够读取SQLite数据库(通过访问该文件并将其加载到内存中)。您只需要访问数据库和SQLite驱动程序。
如果您在WebView中运行javascript,则可能在访问本地文件系统时遇到问题,因此答案为否。