获取带变量的URL

Ele*_*ist 0 variables url coldfusion

我如何获取所请求页面的URL以及所有变量?我知道如何获取没有变量的URL.

例如./forums/index.cfm?id=10&cat=5

Sam*_*mer 9

转储cgi变量,你会找到你想要的东西等等.

<cfdump var="#cgi#">
Run Code Online (Sandbox Code Playgroud)