//插入一条数据 $sql = "INSERT INTO `table_name` (`name`,age) VALUES ('小明','23')"; $dsql->SetQuery($sql);//格式化查询语句 $dsql->ExecNoneQuery();//执行SQL操作 $lastInsertID = $dsql->GetLastID(); //获取插入后的最后的ID Read More
posted @ 2019-07-11 10:15 早上六点半遇见五月天 Views(509) Comments(0) Diggs(0) Edit