for(var i = 0;i<=obj.length;i++){
$("#tt").tabs('add',{
title:obj[i].name,
//content:'<iframe frameborder=0 style=width:100%;height:100% src='+ obj[i].href +' ></iframe>',
closable:true,
href:obj[i].href
});
$("#tt").tabs('select',0)
}
http://blog.csdn.net/ding43930053/article/details/16953311
这个问题解决了吗?楼上发的那链接进去就是ta主页,什么都没啊