✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
-4
@@ -21,9 +21,7 @@
|
||||
|
||||
```tsl
|
||||
IndustryType := 4;
|
||||
|
||||
StockID := "SH600025";
|
||||
|
||||
return TSWEB_Stock_IPOGetData(StockID, IndustryType);
|
||||
// 输出:中证一级行业华能水电(SH600025)的发行上市基本信息
|
||||
```
|
||||
@@ -49,9 +47,7 @@ return TSWEB_Stock_IPOGetData(StockID, IndustryType);
|
||||
|
||||
```tsl
|
||||
IndustryType := 1;
|
||||
|
||||
StockID := "SH600025";
|
||||
|
||||
return TSWEB_Stock_IPOGetDataAndCompare(StockID, IndustryType);
|
||||
// 输出:申万一级行业华能水电(SH600025)同行业的上市信息
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user