for (var key in p) { if (p.hasOwnProperty(key)) { alert(key + " -> " + p[key]); }}
posted on 2010-09-09 10:32 timo.li 阅读(304) 评论(0) 编辑 收藏 举报