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 中使用结构比方法调用快得多