var words = [
{word: 'cow', explain: 'animal'},
{word: 'apple', explain: 'fruit'},
{word: 'dog', explain: 'animal'}];
var word2 = ["cow", "dog"];
怎樣比較話與WORD2和顏色匹配的單詞紅與jQuery?獲取從對象元素,並與陣列比較 - Jquery的
我的問題在於對象,我不能提取元素字
你能幫助我嗎? 謝謝
如果某些HTML標記暗示你無法色彩搭配的JavaScript – adeneo
任何東西 - 你應該張貼它。否則,沒有東西*顏色* – RomanPerekhrest
你想在'words'中得到'word2'的索引嗎? –