摘要: for(attribute in action) // action 为对象 { alert(attribute +","+ eval('action.' + attribute)); } 阅读全文