//插入一条数据 $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(523)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号