您可以键入“”作为一个参数,这里abc是参数的名称。例如: select * from table where id = ${abc}。 select * from table where id = '${abc}'(如果id字段为字符串类型) 注:参数只支持动态报表,popup暂不支持