select * from t_user where username=? and password=?

这个SQL语句为什么老是报错
2025-01-20 20:59:47
推荐回答(1个)
回答1:

语句没有问题,问题可能在别的方面,我也报过这样的错误