An xPath selector has a format like //body/div[6]/div[1]/span[1] . <html> <body> <p>foobar</p> <p>barfoo</p> ... const parent = await paragraph.$('..')
確定! 回上一頁