Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Coldbox では、イベント オブジェクトは setValue 関数を備えています。キーと値を渡すと、そのキーの値が rc に設定されます。代わりに setValue に prc を操作するように指示する方法はありますか?
event.setValue(name="myVar", private=true);
また
<cfset event.setValue(name="myVar", private=true) />
また、渡されたコレクション構造に直接話しかけることをお勧めします。ColdFusion での構造体の操作は、メソッド呼び出しよりもはるかに高速です