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.
私が次のものを持っているかどうか言ってください:
mydict = { a: 'A' }
aキーが辞書に存在するかどうかを確認するにはどうすればよいですか? 以下の疑似コード:
a
%if 'a' in mydict.keys() ${mydict['a']} %endif