1.项目结构 sql: CREATE TABLE IF NOT EXISTS School (SchoolId TEXT not null, SchoolName TEXT NOT NULL,SchoolTelNo TEXT NOT NULL)
整体思路
Model:负责与 SQLite 数据库进行交互,包括创建表、插入、删除、更新和查询数据等操作。View࿱…
一、GetType()
获取对象的运行时类型(返回 Type) public static class Program{/// <summary>/// 应用程序的主入口点。/// </summary>[STAThread]static void Main(){int num 10;string text "abcd";d…