수색…


비고

<cfinvoke> 또는 invoke()evaluate() 보다 빠릅니다.

CFML

<cfinvoke method="#somePrivateMethodName#">
  <cfinvokeargument name="argument1" value="one">
</cfinvoke>

CFSCRIPT (CF10 +)

invoke("", somePrivateMethodName, {argument1='one'});


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow