请教大佬,如何使用AutoJs查找SQLite数据库?
autojs吧
全部回复
仅看楼主
level 2
wuxishishen 楼主
目前只知道 @I
V 提供的方法,但是不得要领,使用起来会报错,查了查好像跟权限有关?该如何解决
importClass('android.database.sqlite.SQLiteDatabase');
然后从数据库中搜索
db = SQLiteDatabase.openOrCreateDatabase("/data/data/脚本/tiku.db",null);
cu = db.rawQuery("select * from table where id='3', null);
或者说如何使用?有没有利用autojs直接查询excel的方法?
2020年12月31日 10点12分 1
1