如何從[Object object]
獲取數據?Node.js髒如何從[對象對象]中獲取數據?
這是我想要做的一個例子。
// Get data with dirty
var data = db.get('/htmltest')
// My test.db file
{"key":"foo","val":"barwhat?"}
{"key":"/htmltest","val":{"title":"Html Test","content":"<span>This is HTML</span>"}}
// the console.log gives me [Object Object]
// How do I get it to show the content of title (Html Test)
console.log(data);
顯示一行的所有內容,我想我已經試過了,但它的工程!謝謝! – dasmikko
不用麻煩。很高興幫助。 –