登录

以下一段代码的功能是(  )。  $mysqli = mysqli_connect('localhost', 'root', '', 'lib');  $mysqli->query("set names utf8");  $sql = 'update tb_user set type="临时读者" where name="王子轩"';  res= mysqli->query($sql);

查看答案:0.2积分