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.
私はこれを理解することはできません.json形式でgoogles picasaから写真を取得しようとしています. jsrender を使用して html をレンダリングします。
私はあなたが見るためにこのjsfiddleを持っています。
それは私にundefinedを与えているので、Chrome Developer Toolsを使用してデータを分析しました。私はすべての助けに感謝します。
model.author.nameテンプレートは、json データに存在しないものにアクセスしようとしています。著者名のリストを表示するには、テンプレートのその部分を次のように変更します。
model.author.name
{{for author}} <h2>{{:name.$t}} </h2> {{/for}}
JSON データから他の情報にアクセスするには、同様の方法を使用してコレクションをループします。