本文介绍了最佳轻量级HTML解析器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要从选择框中的某些数据中解析出这些值。
I need to parse out the values from some data from select boxes.
示例:
用法:如果option = apple然后获取值。
Usage: If option = apple then get value.
任何建议?
推荐答案
?我不知道它是如何轻量级,但是Ralf的组件似乎很好地被放在一起。他也通常是积极的,并对Embarcadero的论坛做出回应。
DIHtmlParser? I'm not sure how "lightweight" it is, but Ralf's components always seemed to be well put together. He's also normally active and response on Embarcadero's Forums.
如果是一次性而不是太复杂,您可能会手动拆分符号。
If it's a one-off and not too complex, you could probably split on symbols manually.
这篇关于最佳轻量级HTML解析器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!