mybatis中#{}与${}区别

mybatis 中使用 sqlMap 进行 sql 查询时,经常需要动态传递参数,例如sql 如下:
select * from student where uid=


    推荐阅读