查看 js对象

for (var obj in data)
{
document.write( '|'+obj +'|');
};

posted on 2014-03-11 10:36  adolfmc  阅读(202)  评论(0)    收藏  举报