1
2
3
4
5
6
7
8
9
10
11
| <img src="图片地址" width=216 height=76 usemap="#rssmap" border="0">
<map name="rssmap" id="rssmap">
<area shape=rect coords="0,0,103,16" href="/atom.xml" title="RSS订阅" target="_blank">
<area shape=rect coords="113,0,216,16" href="http://www.google.com/ig/add?feedurl=/atom.xml" title="使用Google Reader订阅" target="_blank">
<area shape=rect coords="0,20,103,36" href="http://9.douban.com/reader/subscribe?url=/atom.xml" title="使用豆瓣9点订阅" target="_blank">
<area shape=rect coords="113,20,216,36" href="http://reader.youdao.com/b.do?url=/atom.xml" title="使用有道订阅" target="_blank">
<area shape=rect coords="0,40,103,56" href="http://www.xianguo.com/subscribe.php?url=/atom.xml" title="使用鲜果订阅" target="_blank">
<area shape=rect coords="113,40,216,56" href="http://www.zhuaxia.com/add_channel.php?url=/atom.xml" title="使用抓虾订阅" target="_blank">
<area shape=rect coords="0,60,103,76" href="http://mail.qq.com/cgi-bin/feed?u=/atom.xml" title="使用QQ邮箱订阅" target="_blank">
<area shape=rect coords="113,60,216,76" href="http://inezha.com/add?url=/atom.xml" title="使用哪吒订阅" target="_blank">
</map>
|