如题,想在app里面加入直接阅读网页内容的页面,就类似新闻app的页面。有哪些提取网页正文的开源库啊
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
You can use the Hpple library to parse the page html, or you can use NSScanner or regular expressions to extract the text yourself
You can use the Hpple library to parse the page html, or you can use NSScanner or regular expressions to extract the text yourself