我的問題是與子對象。 讓有這個例子:節點>快遞>玉 - 表格模板子對象
tweets = [{id:1, title:"my tweet", author:{id:"sample", name:"Sample Guy"}}] ;
...等 現在如果我想保存,使用快遞和玉器,我會做一個表格並設置類似這樣的輸入:
input#title(type="text", name="tweet[title]", value="new tweet")
沒有那裏的問題,但我將如何去設置作者的ID /名稱?我的猜測沒有工作..
input#author(type="text", name="tweet[author[id]]", value="sample")
當我提交建成後嘗試console.log('author '+tweet.author.id) ;
剛剛返回undefined。
預先感謝任何幫助,
呵呵..這是非常簡單和明顯- 謝謝您的幫助! – tomespo44
有時最簡單的解決方案是最難以看到的......你非常歡迎 –