当前位置:首页 » 图片效果 » 怎样用图片导入股票
扩展阅读
怎样做相框照片 2025-02-08 11:01:08

怎样用图片导入股票

发布时间: 2023-06-27 12:29:05

❶ 如何在我的网站上插入股市行情图

查了很多的资料,动态的还真没有找到。
倒是有个不是很好的解决办法,你可以用框架来做,将下面代码中的src=“”引号里的换成你能找到的股市行情的网址即可。
例如:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>designforyou.cn</title>
</head>
<frameset cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="http://finance.cn.yahoo.com/fin/finance_search.html?q=">
</frameset>
</html>