gpt4 book ai didi

python - 迭代列表并将该值用作字典键

转载 作者:太空宇宙 更新时间:2023-11-04 03:03:59 24 4
gpt4 key购买 nike

<分区>

我的字典看起来有些这样想。

allCurrencies = {
'AUD': ['Australian Dollar', 'au'],
'GBP': ['British Pound', 'gb'],
'CAD': ['Canadian Dollar', 'ca'],
'INR': ['Indian Rupee', 'in'],
'JPY': ['Japanese Yen', 'jp'],
'RUB': ['Russian Ruble', 'ru'],
'SGD': ['Singapore Dollar', 'sg'],
'CHF': ['Swiss Franc', 'ch'],
'USD': ['US Dollar', 'us']
}

我的数组包含这个:

commonCurrencies = ['USD', 'EUR', 'GBP', 'JPY']

我的主要目标是迭代 commonCurrencies 并将其用作字典 allCurrencies 的键。

我的 django 模板目前看起来像这样:

<tr>
{% for sym in commonCurrencies %}
<td>{{allCurrencies.sym.0}}<td>
{% endfor %}
</tr>

但是好像不行。我究竟做错了什么。谢谢

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com