4 Star 13 Fork 5

guiqing/股票行情数据网站

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
quote - 副本.php 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
guiqing 提交于 2017-07-26 13:55 . 11
<!doctype html>
<html style="height:100%">
<head>
<meta charset="utf-8">
<title>股票行情</title>
<link type="css/text" rel="stylesheet" href="css/common.css">
<style type="text/css">
body { margin: 0px; widows:100%; height:100% }
iframe{ margin: 0px; border-width: 0px; }
</style>
</head>
<body style="height:100%;" >
<iframe src="shszhq.php?plate=shsz&s=shsz&type=up100&k=hszsA" width="100%" height="100%" name="mainFrom"scrolling="no"></iframe>
<script type="text/javascript" src="js/jquery-1.6.js"></script>
<script>
$(function(){
$('.tabBox02.tabBox02-2').find('li').click(function(){
$(this).addClass('current').siblings().removeClass('current');
})
});
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/guiqing/GuPiaoXingQingShuJuWangZhan.git
git@gitee.com:guiqing/GuPiaoXingQingShuJuWangZhan.git
guiqing
GuPiaoXingQingShuJuWangZhan
股票行情数据网站
master

搜索帮助