网页某元素一直在变化咋搞
document.querySelector("#skuForm > div:nth-child(3) > div.next-table > div > div.next-table-header > div > table > tbody > tr > th:nth-child(4) > div > a")
document.querySelector("#skuForm > div:nth-child(3) > div.next-table > div > div.next-table-header > div > table > tbody > tr > th:nth-child(5) > div > a")
像这种怎么样设置能依然找到他,就变了一个数字。
如果相对位置不变,比如最后一个元素,可以试试th:nth-last-child(1)