if(map.getValue()!=null){ String ss= map.getValue().toString(); if(ss.indexOf("'")!=-1){//判断是否有单引号 String st = ss.replace("'", "''"); ss =st; }