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.
大家好,我有一个场景,我正在运行一个 foreach,并且使用模板。之后的 Render 总是调用包含集合的 Object。我宁愿把它叫做迭代元素,这样我就可以在它上面设置属性。
这可能吗?
afterRender回调实际上有两个参数,第一个是父对象,第二个是子对象。只需让你的回调接受第二个参数,你就可以开始了。
afterRender