如果数据库名为:“ifoData.db”,则它的路径求法为
String pathDatabase=Mcontext.getDatabasePath("ifoData.db").getPath();
其中Mcontext表示Context内容。