搜索资源列表
jsp抓网页代码的程序
- 虽然代码比较简单,但是,我认为根据这个,可以实现“网络爬虫”的功能,比如从页面找href连接,然后再得到那个连接,然后再“抓”,不停止地(当然可以限定层数),这样,可以实现“网页搜索”功能。-Although the code is relatively simple, but I think that this can be "networked Reptile" function, such as from the pages to find href link, an
标签技术的使用
- 在JSP页面中如何使用标签使页面中减少java 代码的使用,这样前端页面开发人员也能看懂(没有学过java语言)。