如何使用java从html文件中提取元数据
您好,我一直在做一个项目,其中需要各种文件类型(html、xml 等)的元数据。是否有任何现有的 api 可以执行上述操作。欢迎对上述内容提出意见和建议。 提前致谢。
hi ive been doing a project in which metadata for various filetypes(html, xml etc.,) are needed. are there any existing api's to do the above. ideas and suggestions regardin the above are welcome.
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要的是文件属性。您可以像上面那样访问它们。
以下是属性文件内容的示例:
http://exampledepot.com/例如/java.util/Props.html
What your after is the file properties. You can access them like above.
Here is an example of the contents of a properties file:
http://exampledepot.com/egs/java.util/Props.html