爬取新股数据测试

This commit is contained in:
dengli
2023-12-19 15:58:55 +08:00
parent 2db1382b49
commit 0b461fa87b
2 changed files with 4 additions and 14 deletions

View File

@@ -207,13 +207,8 @@ 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);
System.out.println(__page);
System.out.println(__page_nifty100);
String str = "123123123123";
String substring = str.substring(0, str.lastIndexOf("2"));
System.out.println(substring);
}
}