NVelocity 模板中引用Request (转)
ServerVariables:
#foreach($key in $Request.ServerVariables)
#end
$key |
$Request.ServerVariables[$key] |
QueryString:
$Request.RawUrl
#foreach($key in $Request.QueryString)
#end
$key |
$Request.QueryString($key) |

浙公网安备 33010602011771号