delete from test_student where id=#{cf} #{cf} 当参数对象为基本数据时,#{}内任意填写,如#{xyz}; 也适用于基本数据格式,数字 字符串,日期等非实体类非集合的非数组的数据类型.。