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.
の配列が与えられた場合{ name: string; amount: float }、データの現在の合計をどのように書き出すのでしょうか。
{ name: string; amount: float }
{% for entry in my_array %} {{ entry.name }}, {{ entry.amount }}, {{ ???running total??? }} {% endfor %}