摘要: 1 //启用数据库 2 webSettings.setDatabaseEnabled(true); 3 String dir = this.getApplicationContext().getDir("database", Context.MODE_PRIVATE).getPath(); 5 // 阅读全文
posted @ 2016-03-09 11:19 鲸歌 阅读(3938) 评论(0) 推荐(1)