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.
これをどのように処理できますか:
... value="{{thing['attr']}}" ...
未定義のものの''として?私は試した
... value="{{thing['attr'] if node else ''}}" ...
しかし、それは不平を言います、そのことは定義されていません。
{{thing['attr'] if defined('thing') else ''}}