#for(fruit :fruits)
#if(fruit.price??) #(fruit.price??) #else #(fruit.default??) #end
表达式需要遍历水果!展示水果 如果水果有价格获取价格 如果没有获取默认
#end
如上写法 没有达到要求 需要如何处理