You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String lastHref = Xsoup.compile("//li[last()]/p/span/a/@href").evaluate(Jsoup.parse(htmlStr)).get();
提示错误 Could not parse query '[last()]': unexpected token at 'last()'
String lastHref = Xsoup.compile("//li[last()]/p/span/a/@href").evaluate(Jsoup.parse(htmlStr)).get();
提示错误 Could not parse query '[last()]': unexpected token at 'last()'