爬取新股数据测试
This commit is contained in:
@@ -209,7 +209,7 @@ public class InvestingInvokerApis {
|
||||
public static void main(String[] args) throws IOException {
|
||||
JSONObject __market = of().__page(1,100);
|
||||
System.out.println(__market);
|
||||
|
||||
|
||||
JSONObject __page = of().__page(1, 10);
|
||||
JSONObject __page_nifty100 = of().__page_nifty100(1, 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user