var r=Math.random();
parent.$("iframe").each(function(k,v){
if(v.contentWindow.r==r){
alert(k);
}
});
【 在 TeDaMaJia (startup!) 的大作中提到: 】
: <iframe src="b.html"></iframe>
: <iframe src="b.html"></iframe>
: <iframe src="b.html"></iframe>
: ...................
--
FROM 123.115.209.*