cnd.where().andInBySql("id","select image_id from image_key where key
like '"+keyWord+"'",null);
如上代码是可以执行的
但是如果是
cnd.where().andInBySql("id","select image_id from image_key where key
like '%"+keyWord+"%'",null);
String.format就会报错,原因很简单,百分号被String.format误判了。有没有更好的方法来实现这种复杂的语句?
31 回复
@wendal String.format中读取%得写两个%,
%%
@wendal String.format中读取%得写两个%,
%%
@wendal String.format中读取%得写两个%,
%%
@wendal String.format中读取%得写两个%,
%%
@wendal String.format中读取%得写两个%,
%%
@wendal 抱歉,因为github登录要翻墙,没想到重复回复了这么多条,见谅,多余的回去能删掉不?
@wendal 浏览器没有重复request,是我点了回复没反映就多点了几次,以为被墙掉访问不到了,没想等了会再看就回复了这么多条
这次的回复应该就是一条
添加回复
请先登陆