返回列表 发帖
IE Only……
强烈建议改进代码复制功能!
Why join the navy, if you can be a pirate? - Steve Jobs

TOP

回复 5# 谐夜落风

我怀疑论坛可能没有使用Flash,使用的是DHTML。
如果是这样,您可以试试调用使用 IE 内核的程序。
比如要在 IE 的模式下访问 http://www.bathome.net/thread-64935-1-1.html
可以调用 Html 帮助查看器(对 https 的支持不好):
  1. HH http://www.bathome.net/thread-64935-1-1.html
复制代码
或者使用 mshta:
  1. MSHta http://www.bathome.net/thread-64935-1-1.html
复制代码
Why join the navy, if you can be a pirate? - Steve Jobs

TOP

返回列表