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.
所以我可以这样做:
{% for x in data %} {{ x.label }}: {{ x.value }}<br /> {% endfor %}
但我想做这种事情来获得一个特定的价值:
{{ data['label' }}
我不知道该怎么做,但它必须是可能的。
http://twig.sensiolabs.org/doc/functions/attribute.html
{{属性(数据,'标签')}}
After upgrading kineticjs from 4.0.5 to 4.5.1, I get
Uncaught TypeError: Object #<Object> has no method 'transitionTo'
Following code works with the pr