thinkphp5向数据表插入数据并且获得id

$id = db('数据表名')->insertGetId(['status'=>1]);

直接...打印$id就是这条插入的数据的id了

你可能感兴趣的:(前端,linux,javascript)