这个参数是绑定的你在预处理的时候不是要设置传参数吗$sql = "select * from table where :a > ? and :b = ?"; $pdostmt = $pdo->prepare($sql); ...
確定! 回上一頁