我有一个test.cfm
页面,想从该页面(test.cfm)调用一个<cffunction>
命名为errorEmail
using的 cfc,<cfscript>
而不是
<cfinvoke component = "#cfcPath#" method = "errorEmail" returnVariable = "myReturn"
description = "get list of projman">
</cfinvoke>
我努力了:
<cfscript>
errorEmail(cfcPath);
</cfscript>