❶ 如何在我的网站上插入股市行情图
查了很多的资料,动态的还真没有找到。
倒是有个不是很好的解决办法,你可以用框架来做,将下面代码中的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>