Commit 4a7dcca4 by leiliangliang

更新快手采集程序

parent 67e92947
...@@ -70,7 +70,7 @@ public class KuaiShouHotSearchCrawler { ...@@ -70,7 +70,7 @@ public class KuaiShouHotSearchCrawler {
//排名 //排名
Integer rank = object.getInteger("rank"); Integer rank = object.getInteger("rank");
String hotValue = object.getString("hotValue"); String hotValue = object.getString("hotValue");
String[] ws = hotValue.split("w"); String[] ws = hotValue.split("");
//热度 //热度
Double d = Double.valueOf(ws[0])*10000; Double d = Double.valueOf(ws[0])*10000;
long hot = d.longValue(); long hot = d.longValue();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment