冷箱变量
处理程序/home.cfc
<cffunction name="index" output="false" hint="index">
<cfargument name="event">
<cfset rc.Test = 'This is a test 123.' />
<cfset event.setView("home/index")>
</cffunction>
意见/主页/index.cfm
<cfdump var="#rc#" />
为什么 rc.test 没有出现在转储中?