#空时

xml中判断sql参数不为空时才执行对应更新

update表名tset<iftest="字段!=nulland字段!=''">字段=#{参数},</if>.......wheret.id=#{id} ...

json文件为空时读取会报错

 simplejson.errors.JSONDecodeError:Expectingvalue:line1column1(char0)提示说是解码错误 可以用下面的方法判断json文件是否为空importjson#读取withopen('tmp.json','r')asf:data=f.read...