❶ 如何在我的網站上插入股市行情圖
查了很多的資料,動態的還真沒有找到。
倒是有個不是很好的解決辦法,你可以用框架來做,將下面代碼中的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>