此功能提供了各个股票平台的股票热榜集合,复制代码保存为xxx.html即可运行,或者下载对应资源也行,效果如下:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>镰圈量化公众号出品</title>
<link href="css/text.css" rel="stylesheet" type="text/css" />
<style type="text/css">
p {
margin: 0px;
}
#box {
display: inline-block;
margin: 0px 5px 0px 80px;
border-box: 50%;
width: 10px;
height: 10px;
}
.fixedBox {
border: 1px solid #555555;
}
.fixedBox::-webkit-scrollbar {
width: 10px;
height: 10px;
}
</style>
</head>
<body bgcolor="#000000">
<table border="1" width="100%">
<tr>
<td width="23%" height="888"> <iframe name="I2" height="888" width="100%" border="0" frameborder="0"
src="https://pul.tdx.com.cn/site/app/gzhbd/tdx-topsearch/page-main.html?pageName=page_topsearch&tabClickIndex=0&subtabIndex=0&tdxId=R2203152117524424893WZV&advId=17&fromCh=2">
通达信热榜</iframe></td>
<td width="25%" height="888"> <iframe name="I2" height="888" width="100%" border="0" frameborder="0"
src="https://vipmoney.eastmoney.com/collect/app_ranking/ranking/app.html?hashcode=20220117&market=#/stock">
东方财富热榜</iframe></td>
<td width="27%" height="888"> <iframe name="I1" height="888" width="100%" border="0" frameborder="0"
src="https://api3.cls.cn/quote/toplist?app=cailianpress&sv=835&os=android"> 财联社热榜</iframe></td>
<td width="25%" height="888"> <iframe name="I2" height="888" width="100%" border="0" frameborder="0"
src="https://eq.10jqka.com.cn/frontend/thsTopRank/index.html?fontzoom=no&client_userid=wnzgY&share_hxapp=gsc&share_action=webpage_share.hot_list_1684189868841&back_source=wxhy#/##tdxbk##&bkcolor=##tdxbkcolor##">
同花顺热榜</iframe></td>
</tr>
</table>
</body>
</html>