Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想尝试弄清楚如何从链接中获取网站标题和元数据
我已经看到了 PHP 的解决方案(从外部网站获取标题和元标记),但是我想知道是否有JSP的解决方案。
使用 java.net.HttpURLConnection 或http 组件获取外部站点的字符串。使用 regex 或htmlcleaner提取标题和元数据。