在插入语句中使用以下属性 useGeneratedKeys=“true” keyProperty=“id” 在插入语句执行后,便可从传参的Po中读取对应的id 注意:int insert(Po p)的返回值为是否执行成功,而非id