JavsShop
文档
请在这里输入参数并点提交按钮
url参数:
请以?号开头
<!--创建"商品评论值"标签--> <#assign commentGradeStatisticsTag = newTag("commentGradeStatisticsTag")> <!--调用"商品评论值"标签,并传递参数--> <#assign commentGradeStatistics = commentGradeStatisticsTag("{'goods_id':1}")> ${commentGradeStatistics.grade_1!'没有评分为 1分的记录'}<br> ${commentGradeStatistics.grade_2!'没有评分为 2分的记录'}<br>
在这里会出现您的结果