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.Value":"Joe", "Age.Value":65}
私の翡翠は
input(type='text', id='Name' value='#{Name.Value}')
Name オブジェクトのプロパティ Value を読み取ろうとするため、エラーが発生します。配列キーを変更せずにそれを修正するにはどうすればよいですか