Perfect″—完美 SQLite C# SQLite连接数据库文件及路径 System.AppContext.BaseDirectory 指放在当前项目下 var dbPath = Path.Combine(System.AppContext.BaseDirectory, “MyDatabase.db”); //创建数据文件 SQLiteCo...