Closed. This question is off-topic。它当前不接受答案。
                            
                        
                    
                
            
                    
                
                        
                            
                        
                    
                        
                            想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
                        
                        6年前关闭。
                    
                
        

var data={
    "394": {
        "auther": "ushyne",
        "category": "softball",
        "imgSrc": "sd",
        "votes": 0
    },
    "395": {
        "auther": "ushyne",
        "category": "softball",
        "imgSrc": "",
        "votes": 1
    }
};


我们如何显示类别,imgSrc值?
请提前回覆我。

最佳答案

data["394"].category;
data["395"].imgSrc;

09-25 16:44
查看更多