实时股票行情
我想在我的 php 网站上显示实时股票价格。那么,有这样的脚本吗?
谢谢
I want to display live stock prices on my php website. So, is there any script for this?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅此处的源代码:
http://www.exorithm.com/algorithm/view/stock_ticker
See the source code here:
http://www.exorithm.com/algorithm/view/stock_ticker
方法有很多:
(1) 如果您使用的是php,则使用echo 显示实时股票奖品。
(2)使用html标签。
最好的方法是:
(3)先自己动手,如果有问题就问,而不是问如何从头开始。
There are many ways:
(1) Use echo to display the live stock prizes if you are using php.
(2) Use html tags.
And the best way:
(3) Work it on your own first and question if there are problems rather than asking on how to start from scratch.