需要帮助使用 JSOUP 从 HTML META 标记中提取 URL 值。这是我的html -
String html = "<HTML><HEAD><...></...><META ......><META ......><META http-equiv="refresh" content="1;URL='https://xyz.com/login.html?redirect=www.google.com'"></HEAD></HTML>"
预期输出:“https://xyz.com/login.html?redirect=www.google.com”
谁能告诉我该怎么做。谢谢