function goto()
{
var _this=$('.urls span.url').eq(0);
var b = new Base64();
$('#cai_web').attr('src',"/cai_content/"+b.encode (_this.html())+'-'+_this.attr('data-gid')+'-'+'{{ $id }}');
$('#cai_web').load(function()
{
_this.appendTo('.urls .item .ok');
if (go==true){
goto();
}
});
}
做采集的时候 需要用到的 JS 但是发现这个段 JS 越跑越卡 一会儿就卡死了
哪个地方有问题? 该如何解决呢?