n"); //执行语句 $stmt->execute(); //Affected rows $count = $stmt ->affected_rows; print("受影响的行数 ".$count); //结束语句 $stmt->close(); //关闭连接 ...
確定! 回上一頁