<?xml version="1.0" encoding="utf-8"?> <extension> <id>com.xjj.stock</id> <name>股票行情</name> <show_icon>true</show_icon> <description>点击打开自选股行情页面</description> <popup page="stock.html" width="100" height="100"/> <version>0.1</version> <request_api_version>1</request_api_version> <author>XuJijun</author> </extension>
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> </head> <body> <p>Hello Stock! 你好股票!</p> </body> </html>
<popup page="stock.html" width="600" height="500"/>
<img src="http://image.sinajs.cn/newchart/min/n/sz000002.gif"/>
版权声明:本文为原创文章,转载请注明转自Clement-Xu的csdn博客。
原文地址:http://blog.csdn.net/clementad/article/details/48094469