模拟点击页面元素

for(i=0;i<10;i++)
{
$(“tbody tr:nth-child(1) td:nth-child(2) a”).click();
}

猜你喜欢

转载自blog.csdn.net/u013146766/article/details/79312345