sql.replace(index, index + 1, "’"+param+"’"); return this; } public SqlCreater addFloatParam(float param) { index = sql.indexOf("?"); if(-1==index){ throw new RuntimeException("参数个数与?号占位符个数不匹配!"); } sql.replace(index, index + 1, ""+param+""); return t...
博主记得在一个周五快下班的下午,产品找到我(为什么总感觉周五快下班就来活 😂),跟我说有几个...