我在oracle数据库中有一个varchar2类型的ishtml值为:false,我在jsp中,getString用方法取出ishtml值,然后与另一个值比较: 1:不能将Boolean转化为boolean。 2:boolean类型和Boolean类型不能进行&&操作。