zhegexiaohuozi / SeimiCrawler

一个简单、敏捷、分布式的支持SpringBoot的Java爬虫框架;An agile, distributed crawler framework.
http://seimicrawler.org
Apache License 2.0
1.98k stars 681 forks source link

Request 类中的 meta 能否变成 Map<String, Object> #14

Closed ywjno closed 7 years ago

ywjno commented 8 years ago

当我需要穿一个Long类型的值的时候,原来的 Map<String, String> 取值非常不方便,放值取值的时候都需要分别转换一次,而且这里看到并没特别处理,能否变量类型就直接改成 Map<String, Object>

zhegexiaohuozi commented 7 years ago

参考 https://github.com/zhegexiaohuozi/SeimiCrawler/pull/15