freemarker宏的使用有默认值的参数必须排在后面 <#--注意参数1必须放在参数2前面--> <#macro 函数名 参数1 参数2="某值"> ssss</#macro> 转载于:https://www.cnblogs.com/ooi-/p/3858813.html