JS 對象遍歷


 
         
var orgRoot = {
    271: {backgroundColor: '#f68f2b', textColor: '#FFFFFF'},
    272: {backgroundColor: '#49a9f3', textColor: '#FFFFFF'},
    273: {backgroundColor: '#78c06e', textColor: '#FFFFFF'},
    274: {backgroundColor: '#f68f2b', textColor: '#FFFFFF'},
    275: {backgroundColor: '#49a9f3', textColor: '#FFFFFF'}
};
 
         
var orgs = [];
for
( var p in orgRoot ){ if ( typeof ( orgRoot [ p ]) == " function " ){ } else { orgs.push(orgRoot [p]); } }

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM