方式1:$ 这种方式,简单,但是无法防止SQL注入,所以不推荐使用 LIKE '%${name}%'方式2:# LIKE %#{name}%有兴趣的可以看一下:Mybatis 中#_ ...
確定! 回上一頁