平阳第一社区 平阳网

 找回密码
 注册
搜索
查看: 2067|回复: 14

怎么天天改啊,都习惯了又改,干吗啊.

[复制链接]
发表于 2006-11-21 14:11:00 | 显示全部楼层 |阅读模式
怎么天天改啊,都习惯了又改,干吗啊.[em13]
发表于 2006-11-21 16:04:00 | 显示全部楼层

回复:怎么天天改啊,都习惯了又改,干吗啊.

是啊,我看除了多了个BLOG之外也没什么特别的,郁闷
眼都花了
回复 支持 反对

使用道具 举报

发表于 2006-11-21 16:38:00 | 显示全部楼层
严重支持!
回复 支持 反对

使用道具 举报

发表于 2006-11-21 16:39:00 | 显示全部楼层
而且很多分数都被黑了!
回复 支持 反对

使用道具 举报

发表于 2006-11-21 16:39:00 | 显示全部楼层
以下是引用[I]半个月亮[/I]在2006-11-21 16:38:00的发言:严重支持!
回复 支持 反对

使用道具 举报

发表于 2006-11-21 17:01:00 | 显示全部楼层
改的象什么似的.没事找事做改的一次比一次难看.熟悉一点了又没了,
回复 支持 反对

使用道具 举报

发表于 2006-11-21 18:07:00 | 显示全部楼层
<DIV class=headermenu>
<DIV class=maintable>
<DIV>游客:  <a href="http://www.18601.com/18601register.php" target="_blank" >注册</A> | <a href="http://www.18601.com/logging.php?action=login" target="_blank" >登录</A> | <a href="http://www.18601.com/member.php?action=list" target="_blank" >会员</A> | <a href="http://www.18601.com/search.php" target="_blank" >搜索</A> | <a href="http://www.18601.com/plugin.php?identifier=bank&amp;module=bank" target="_blank" >社区银行</A> | <a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock" target="_blank" >虚拟股市</A> | <a href="http://www.18601.com/plugin.php?identifier=race&amp;module=race" target="_blank" >社区跑马场</A> | <a href="http://mail.18601.com/" target="_blank" >空灵邮局</A> </DIV></DIV></DIV>
<DIV class=headerline style="HEIGHT: 6px"></DIV>
<DIV class=maintable><BR>
  1. &lt;SCRIPT language=VBScript&gt;<br>
  2. dim Cnt,j,i,k
  3. cnt=0
  4. redim arry1(cnt)
  5. redim arry2(cnt)
  6. redim arry3(cnt)
  7. redim arry4(cnt)
  8. redim arry5(cnt)
  9. redim arry6(cnt)
  10. redim arry7(cnt)
  11. redim arry8(cnt)
  12. redim arry9(cnt)
  13. redim arry10(cnt)
  14. redim arry11(cnt)
  15. redim arry12(cnt)


  16. sub toplay11(tonum)
  17.     dim sss
  18.     sss=split(tonum,"|")
  19.     Document.form1.stockid.value=sss(1)
  20.       aaa(10).innerhtml=show1(sss(0)-1)
  21.       bbb(10).innerhtml=show2(sss(0)-1)
  22.       ccc(10).innerhtml=show3(sss(0)-1)
  23.       ddd(10).innerhtml=show4(sss(0)-1)
  24.       eee(10).innerhtml=show5(sss(0)-1)
  25.       fff(10).innerhtml=show6(sss(0)-1)
  26.       ggg(10).innerhtml=show7(sss(0)-1)
  27.       hhh(10).innerhtml=show8(sss(0)-1)
  28.       iii(10).innerhtml=show9(sss(0)-1)
  29.       jjj(10).innerhtml=show10(sss(0)-1)
  30.       kkk(10).innerhtml=show11(sss(0)-1)
  31.       lll(10).innerhtml=show12(sss(0)-1)
  32. end sub

  33. Sub toplay()
  34.   j=j+1
  35.   dim x
  36.   if (cnt - 1)>9 then
  37.     x = 9
  38.   else
  39.     x=cnt - 1
  40.   end if
  41.   for i=0 to x
  42.       aaa(i).innerhtml=show1(j-1+i)
  43.       bbb(i).innerhtml=show2(j-1+i)
  44.       ccc(i).innerhtml=show3(j-1+i)
  45.       ddd(i).innerhtml=show4(j-1+i)
  46.       eee(i).innerhtml=show5(j-1+i)
  47.       fff(i).innerhtml=show6(j-1+i)
  48.       ggg(i).innerhtml=show7(j-1+i)
  49.       hhh(i).innerhtml=show8(j-1+i)
  50.       iii(i).innerhtml=show9(j-1+i)
  51.       jjj(i).innerhtml=show10(j-1+i)
  52.       kkk(i).innerhtml=show11(j-1+i)
  53.       lll(i).innerhtml=show12(j-1+i)
  54.   next

  55.   if j>cnt then j=0
  56.   settimeout "toplay()","60000"
  57. end sub

  58. function show1(num)
  59.   if num>=cnt then
  60.      show1=arry1(num-cnt)
  61.   else
  62.      show1=arry1(num)
  63.   end if
  64. end function

  65. function show2(num)
  66.   if num>=cnt then
  67.      show2=arry2(num-cnt)
  68.   else
  69.      show2=arry2(num)
  70.   end if
  71. end function

  72. function show3(num)
  73.   if num>=cnt then
  74.      show3=arry3(num-cnt)
  75.   else
  76.      show3=arry3(num)
  77.   end if
  78. end function

  79. function show4(num)
  80.   if num>=cnt then
  81.      show4=arry4(num-cnt)
  82.   else
  83.      show4=arry4(num)
  84.   end if
  85. end function

  86. function show5(num)
  87.   if num>=cnt then
  88.      show5=arry5(num-cnt)
  89.   else
  90.      show5=arry5(num)
  91.   end if
  92. end function
  93. function show6(num)
  94.   if num>=cnt then
  95.      show6=arry6(num-cnt)
  96.   else
  97.      show6=arry6(num)
  98.   end if
  99. end function

  100. function show7(num)
  101.   if num>=cnt then
  102.      show7=arry7(num-cnt)
  103.   else
  104.      show7=arry7(num)
  105.   end if
  106. end function
  107. function show8(num)
  108.   if num>=cnt then
  109.      show8=arry8(num-cnt)
  110.   else
  111.      show8=arry8(num)
  112.   end if
  113. end function
  114. function show9(num)
  115.   if num>=cnt then
  116.      show9=arry9(num-cnt)
  117.   else
  118.      show9=arry9(num)
  119.   end if
  120. end function
  121. function show10(num)
  122.   if num>=cnt then
  123.      show10=arry10(num-cnt)
  124.   else
  125.      show10=arry10(num)
  126.   end if
  127. end function
  128. function show11(num)
  129.   if num>=cnt then
  130.      show11=arry11(num-cnt)
  131.   else
  132.      show11=arry11(num)
  133.   end if
  134. end function
  135. function show12(num)
  136.   if num>=cnt then
  137.      show12=arry12(num-cnt)
  138.   else
  139.      show12=arry12(num)
  140.   end if
  141. end function
  142. <br>&lt;/script&gt;
复制代码


<TABLE fixed" cellSpacing=0 cellPadding=0 width="98%" align=center border=0>

<TR>
<TD class=nav noWrap width="70%"> <a href="http://www.18601.com/index.php" target="_blank" >空灵论坛</A> &raquo; 虚拟股市</TD>
<TD align=right width="30%"><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock#bottom" target="_blank" ><IMG src="http://www.18601.com/images/default/arrow_dw.gif"></A></TD></TR></TABLE><BR>
<TABLE cellSpacing=0 cellPadding=0 width="98%" align=center bgColor=#0066cc border=0>

<TR>
<TD background=images/topbg.gif colSpan=3 height=9></TD></TR>
<TR>
<TD vAlign=center align=middle background=images/header.gif height=23><FONT><B><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock" target="_blank" >虚拟股市 v2.1</A></B></FONT></TD></TR></TABLE>
<TABLE border=0>

<TR>
<TD height=3></TD></TR></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="98%" align=center bgColor=#0066cc border=0>

<TR bgColor=#dce2f1>
<TD width=200>
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#0066cc border=0>

<TR bgColor=#e4e8ef>
<TD align=middle background=images/lan.gif height=25><FONT color=#ffffff>虚拟股市</FONT></TD></TR>
<TR vAlign=top bgColor=#0>
<TD align=middle width="100%">
<TABLE height=54 cellSpacing=1 cellPadding=0 width=198 border=0>

<TR>
<TD></TD>
<TD align=middle background=images/bg1.gif><FONT color=red>实现论坛虚拟股票交易</FONT></TD></TR></TABLE></TD></TR></TABLE></TD>
<TD width=5></TD>
<TD width=*>
<TABLE cellSpacing=1 cellPadding=0 width="100%" align=center bgColor=#0066cc border=0>

<TR>
<TD align=middle background=images/lan.gif height=25> <FONT color=#00cc00>| <FONT color=#ffffff>股市公告板</FONT> |</FONT></TD></TR>
<TR>
<TD><FONT color=red>证监会提醒:股市风险莫测,谨慎入市!</FONT></TD></TR></TABLE></TD>
<TD width=5></TD>
<TD width=200>
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#0066cc border=0>

<TR bgColor=#e4e8ef>
<TD align=middle background=images/lan.gif height=25><FONT color=#ffffff>电子挂历</FONT></TD></TR>
<TR vAlign=top>
<TD align=middle width="100%" background=images/bg1.gif>
<TABLE height=54 cellSpacing=1 cellPadding=0 width=198 border=0>

<TR>
<TD align=left><FONT color=#cccccc> 2006 年 11 月 21 日</FONT> </TD>
<TD align=left><FONT color=#cccccc>Tuesday</FONT> </TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE>
<TABLE border=0>

<TR>
<TD height=3></TD></TR></TABLE>
<TABLE cellSpacing=1 borderColorDark=#6e6e6e cellPadding=3 width="98%" align=center bgColor=#666666 borderColorLight=#000000 border=2>

<TR bgColor=#666666>
<TD align=middle background=images/lan.gif height=25><FONT color=#ffffff>代号</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>股票名称</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>经营者</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>剩余股份</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>昨收盘价</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>成交价</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>最高价</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>最低价</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>买入笔数</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>卖出笔数</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>成交量</FONT></TD>
<TD align=middle background=images/lan.gif><FONT color=#ffffff>涨跌幅</FONT></TD></TR>
<TR vAlign=bottom bgColor=#3e3e3e>
<TD align=middle width="6%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=81" target="_blank" ><FONT color=#ffcc00>81</FONT></A></TD>
<TD align=middle width="14%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=81" target="_blank" ><FONT color=#ffcc00>非洲金矿</FONT></A></TD>
<TD align=middle height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=14" target="_blank" ><FONT color=#ffcc00>非洲小白脸</FONT></A></TD>
<TD align=middle height=20><FONT color=#ffcc00>98668</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>6.86</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>6.86</FONT></TD>
<TD align=middle height=20><FONT color=#ff0000>18.97</FONT></TD>
<TD align=middle height=20><FONT color=#00ff00>2.58</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=right height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00><FONT color=#ffffff>0.00 %</FONT></FONT></TD></TR>
<TR vAlign=bottom bgColor=#3e3e3e>
<TD align=middle width="6%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=82" target="_blank" ><FONT color=#ffcc00>82</FONT></A></TD>
<TD align=middle width="14%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=82" target="_blank" ><FONT color=#ffcc00>唐山钢铁集团</FONT></A></TD>
<TD align=middle height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=16" target="_blank" ><FONT color=#ffcc00>网络浪人</FONT></A></TD>
<TD align=middle height=20><FONT color=#ffcc00>358709</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>4.46</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>4.46</FONT></TD>
<TD align=middle height=20><FONT color=#ff0000>10.27</FONT></TD>
<TD align=middle height=20><FONT color=#00ff00>3.34</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=right height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00><FONT color=#ffffff>0.00 %</FONT></FONT></TD></TR>
<TR vAlign=bottom bgColor=#3e3e3e>
<TD align=middle width="6%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=84" target="_blank" ><FONT color=#ffcc00>84</FONT></A></TD>
<TD align=middle width="14%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=84" target="_blank" ><FONT color=#ffcc00>天堂科技</FONT></A></TD>
<TD align=middle height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=20" target="_blank" ><FONT color=#ffcc00>天之泪</FONT></A></TD>
<TD align=middle height=20><FONT color=#ffcc00>93985</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>4.64</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>4.64</FONT></TD>
<TD align=middle height=20><FONT color=#ff0000>11.52</FONT></TD>
<TD align=middle height=20><FONT color=#00ff00>4.05</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=right height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00><FONT color=#ffffff>0.00 %</FONT></FONT></TD></TR>
<TR vAlign=bottom bgColor=#3e3e3e>
<TD align=middle width="6%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=85" target="_blank" ><FONT color=#ffcc00>85</FONT></A></TD>
<TD align=middle width="14%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=85" target="_blank" ><FONT color=#ffcc00>上海网固</FONT></A></TD>
<TD align=middle height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=22" target="_blank" ><FONT color=#ffcc00>静</FONT></A></TD>
<TD align=middle height=20><FONT color=#ffcc00>50261</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>9.05</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>9.05</FONT></TD>
<TD align=middle height=20><FONT color=#ff0000>24.38</FONT></TD>
<TD align=middle height=20><FONT color=#00ff00>3.79</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=right height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00><FONT color=#ffffff>0.00 %</FONT></FONT></TD></TR>
<TR vAlign=bottom bgColor=#3e3e3e>
<TD align=middle width="6%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=86" target="_blank" ><FONT color=#ffcc00>86</FONT></A></TD>
<TD align=middle width="14%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=86" target="_blank" ><FONT color=#ffcc00>中国教育</FONT></A></TD>
<TD align=middle height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=22" target="_blank" ><FONT color=#ffcc00>静</FONT></A></TD>
<TD align=middle height=20><FONT color=#ffcc00>46901</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>8.81</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>8.81</FONT></TD>
<TD align=middle height=20><FONT color=#ff0000>16.83</FONT></TD>
<TD align=middle height=20><FONT color=#00ff00>3.08</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=right height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00><FONT color=#ffffff>0.00 %</FONT></FONT></TD></TR>
<TR vAlign=bottom bgColor=#3e3e3e>
<TD align=middle width="6%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=87" target="_blank" ><FONT color=#ffcc00>87</FONT></A></TD>
<TD align=middle width="14%" height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=GuPiao_Show_One&amp;stockid=87" target="_blank" ><FONT color=#ffcc00>中国移动通信</FONT></A></TD>
<TD align=middle height=20><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=33659" target="_blank" ><FONT color=#ffcc00>abc0591</FONT></A></TD>
<TD align=middle height=20><FONT color=#ffcc00>180240</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>9.05</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00>9.05</FONT></TD>
<TD align=middle height=20><FONT color=#ff0000>53.87</FONT></TD>
<TD align=middle height=20><FONT color=#00ff00>4.05</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=right height=20><FONT color=#ffffff>0</FONT></TD>
<TD align=middle height=20><FONT color=#ffcc00><FONT color=#ffffff>0.00 %</FONT></FONT></TD></TR></TABLE></DIV>
回复 支持 反对

使用道具 举报

发表于 2006-11-21 18:10:00 | 显示全部楼层
<><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock" target="_blank" >http://www.18601.com/plugin.php?identifier=stock&amp;module=stock</A></P>
<>这上网址是跟平阳社区里的虚拟股市一模一样的,不知是谁盗版了</P>
回复 支持 反对

使用道具 举报

发表于 2006-11-21 18:11:00 | 显示全部楼层
<BR>
<TABLE cellSpacing=1 cellPadding=0 width="98%" align=center border=0>

<TR>
<TD vAlign=top width="29%"><!--第一列-->
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#0066cc border=0>

<TR bgColor=#e4e8ef>
<TD align=middle background=images/lan.gif height=25><FONT color=#ffffff>今日股市行情</FONT></TD></TR>
<TR vAlign=top bgColor=#e4e8ef>
<TD align=middle width="100%">
<TABLE cellSpacing=1 cellPadding=0 width=200 border=0>

<TR>
<TD colSpan=2 height=3></TD></TR>
<TR>
<TD>成交总额:</TD>
<TD align=right>0 元</TD></TR>
<TR>
<TD>成交笔数:</TD>
<TD align=right>0 笔</TD></TR>
<TR>
<TD>综合指数:</TD>
<TD align=right><FONT color=#0066ff>△0.00 %</FONT></TD></TR>
<TR>
<TD colSpan=2 height=3></TD></TR></TABLE></TD></TR></TABLE><BR>
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#0066cc border=0>
</TABLE></TD>
<TD width=5></TD><!--第一列和第二列之间的分隔列-->
<TD vAlign=top align=right width="40%"><!-- 第二列--市实时新闻  -->
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#0066cc border=0>

<TR>
<TD align=middle background=images/lan.gif height=25><FONT color=#ffffff>股市实时新闻</FONT></TD></TR>
<TR bgColor=#444444>
<TD align=middle background=images/bg1.gif>
<MARQUEE><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-21 09:27</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-21 09:11</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-21 01:21</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-21 01:05</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-21 01:05</DIV><BR></FONT><FONT color=#ff6666>冰镇可乐</FONT><FONT color=#cc66ff>卖出非洲金矿 3000 股,现价上涨 0.15 %</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-20 15:11</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>卖出空灵银行 1172 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-20 13:53</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-20 11:03</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>卖出中国教育 28 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-20 01:04</DIV><BR></FONT><FONT color=#ff6666>大炒家</FONT><FONT color=#cc66ff>买入天堂游乐园 0 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-20 00:56</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-20 00:54</DIV><BR></FONT><FONT color=#ff6666>大炒家</FONT><FONT color=#cc66ff>买入空灵娱乐 118 股,现价上涨 0.03 %</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-20 00:31</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-19 21:42</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-19 13:35</DIV><BR></FONT><FONT color=#ff6666>大炒家</FONT><FONT color=#cc66ff>买入空灵之秀 69 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-19 10:46</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-19 09:56</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>买入净雅餐饮 112 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-19 09:44</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>卖出中国教育 49 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-19 01:25</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>卖出中国教育 183 股,现价上涨 0.00 %</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-19 01:24</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-19 00:33</DIV><BR></FONT><FONT color=#ff6666>f8911</FONT><FONT color=#cc66ff>买入凤凰卫视 500 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 17:12</DIV><BR></FONT><FONT color=#ff6666>f8911</FONT><FONT color=#cc66ff>买入山东师范大学 200 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 17:12</DIV><BR></FONT><FONT color=#ff6666>f8911</FONT><FONT color=#cc66ff>买入非洲金矿 200 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 17:11</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>买入惟我独娟 251 股,现价下滑 0.38 %</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 17:10</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 15:44</DIV><BR></FONT><FONT color=#ff6666>大炒家</FONT><FONT color=#cc66ff>买入惟我独娟 29 股,现价下滑 0.04 %</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 09:16</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>买入上海网固 37 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 09:16</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 01:26</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 01:25</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-18 01:25</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-17 09:48</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-17 09:27</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-17 09:24</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-17 01:53</DIV><BR></FONT><FONT color=#ff6666>大炒家</FONT><FONT color=#cc66ff>买入天上人间 45 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-17 01:52</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>买入中国教育 260 股,现价上涨 0.11 %</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-17 00:42</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-16 15:58</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>买入中国移动通信 179 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-16 10:56</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>卖出空灵银行 604 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-16 09:55</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-16 09:18</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>卖出唐山钢铁集团 86 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-16 09:16</DIV><BR></FONT><FONT color=#ff6666>大炒家</FONT><FONT color=#cc66ff>买入中国集体 261 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-16 02:52</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 18:36</DIV><BR></FONT><FONT color=#ff6666>大炒家</FONT><FONT color=#cc66ff>买入空灵之秀 44 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 15:01</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>买入中国移动通信 48 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 13:55</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 08:26</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>卖出唐山钢铁集团 777 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 04:02</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>卖出唐山钢铁集团 552 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 02:11</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 00:44</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>卖出凤凰卫视 118 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 00:42</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 00:42</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-15 00:41</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-14 21:12</DIV><BR></FONT><FONT color=white>大炒家</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-14 18:17</DIV><BR></FONT><FONT color=white>炒股王</FONT><FONT color=#33cc99>在股票市场转了一圈,一笔交易都没有做成</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-14 14:15</DIV><BR></FONT><FONT color=#ff6666>炒股王</FONT><FONT color=#cc66ff>买入非洲金矿 110 股,现价没有波动</FONT><BR><FONT color=#ffcc99>
<DIV align=right>2006-11-14 13:02</DIV><BR></FONT></MARQUEE></TD></TR>
<TR>
<TD align=middle background=images/footer.gif bgColor=#e4e8ef height=25><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=Show_News" target="_blank" >更多新闻</A>    <a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=Pstock_List" target="_blank" >个股上市</A>    <a href="http://www.18601.com/index.php" target="_blank" >返回论坛</A> </TD></TR></TABLE></TD>
<TD width=5></TD><!--第二列和第三列之间的分隔列-->
<TD vAlign=top align=right width="30%"><!--第三列-->
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#0066cc border=0>

<TR align=middle>
<TD background=images/lan.gif height=25><FONT color=#ffffff>股市总资产排行榜</FONT> </TD></TR>
<TR bgColor=#e4e8ef>
<TD>
<TABLE height=22 cellSpacing=0 cellPadding=1 width="100%" border=0>

<TR>
<TD colSpan=4 height=13></TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>1</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=20&amp;username=天之泪" target="_blank" >天之泪</A></TD>
<TD align=right>13,761,145.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>2</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=33&amp;username=abc0591" target="_blank" >abc0591</A></TD>
<TD align=right>13,161,584.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>3</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=19&amp;username=cnsishao" target="_blank" >cnsishao</A></TD>
<TD align=right>12,920,519.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>4</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=14&amp;username=非洲小白脸" target="_blank" >非洲小白脸</A></TD>
<TD align=right>10,133,384.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>5</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=16&amp;username=网络浪人" target="_blank" >网络浪人</A></TD>
<TD align=right>7,178,046.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>6</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=25&amp;username=dos12580" target="_blank" >dos12580</A></TD>
<TD align=right>6,329,284.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>7</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=15&amp;username=yahoo" target="_blank" >yahoo</A></TD>
<TD align=right>4,541,452.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>8</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=29&amp;username=tianyaren" target="_blank" >tianyaren</A></TD>
<TD align=right>4,220,941.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>9</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=17&amp;username=xy791111" target="_blank" >xy791111</A></TD>
<TD align=right>2,822,547.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>10</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=40&amp;username=少四" target="_blank" >少四</A></TD>
<TD align=right>1,142,577.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>11</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=31&amp;username=星吻铉月" target="_blank" >星吻铉月</A></TD>
<TD align=right>974,464.00 元 </TD></TR>
<TR height=18>
<TD align=middle width=40><FONT color=red>12</FONT></TD>
<TD width=5></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=39&amp;username=qepwqqjvbw" target="_blank" >qepwqqjvbw</A></TD>
<TD align=right>925,037.00 元 </TD></TR>
<TR>
<TD colSpan=4 height=8></TD></TR></TABLE></TD></TR>
<TR>
<TD vAlign=center align=middle background=images/title.gif bgColor=#e4e8ef colSpan=4 height=21><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock#" target="_blank" >刷新排名</A>     <a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=Top_User" target="_blank" >详细排名</A> </TD></TR></TABLE></TD></TR></TABLE>
回复 支持 反对

使用道具 举报

发表于 2006-11-21 18:12:00 | 显示全部楼层
<BR>
<TABLE fixed" cellSpacing=0 cellPadding=0 width="98%" align=center border=0>

<TR>
<TD class=nav noWrap width="70%"> <a href="http://www.18601.com/index.php" target="_blank" >空灵论坛</A> &raquo; <a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock" target="_blank" >虚拟股市</A> &raquo; 股市炒家排行榜</TD>
<TD align=right width="30%"><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=Top_User#bottom" target="_blank" ><IMG src="http://www.18601.com/images/default/arrow_dw.gif"></A></TD></TR></TABLE><BR>
<TABLE cellSpacing=1 cellPadding=0 width="98%" align=center bgColor=#0066cc border=0>

<TR>
<TD background=images/topbg.gif colSpan=3 height=9></TD></TR>
<TR>
<TD vAlign=center align=middle background=images/header.gif height=23><FONT size=2><B>股市炒家排行榜</B></FONT></TD></TR>
<TR>
<TD bgColor=#e4e8ef><BR>
<TABLE cellSpacing=1 cellPadding=3 width="97%" align=center bgColor=#0066cc>

<TR>
<TD vAlign=center align=left background=images/title.gif height=21> <a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock" target="_blank" >股票交易大厅</A> | <a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=Top_User&amp;paixu=总资产" target="_blank" >总资金排行</A> | <a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=Top_User&amp;paixu=资产" target="_blank" >资金排行</A> | <a>返回上一页</A></TD></TR></TABLE><BR>
<TABLE cellSpacing=1 cellPadding=3 width="97%" align=center bgColor=#0066cc border=0>

<TR>
<TD vAlign=center align=middle background=images/header.gif colSpan=11 height=23><B><%=Title%></B></TD></TR>
<TR bgColor=#ffffff>
<FORM><INPUT>
<TD colSpan=11 height=18>快速查找:<INPUT> <INPUT>用户名完全匹配<INPUT></TD></FORM></TR>
<TR align=middle bgColor=#666666>
<TD background=images/lan.gif><FONT color=#ffffff>名次</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>帐户</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>资金</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>总资金</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>持股种类</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>今日买入</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>今日卖出</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>总买入</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>总卖出</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>开户日期</FONT></TD>
<TD background=images/lan.gif><FONT color=#ffffff>状态</FONT></TD></TR>
<TR align=middle bgColor=#e4e6ef>
<TD></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=20" target="_blank" >天之泪</A></TD>
<TD align=right>5,023.00</TD>
<TD align=right>13,761,145.00</TD>
<TD>76</TD>
<TD>0</TD>
<TD>0</TD>
<TD>80</TD>
<TD>41</TD>
<TD>2006-5-26 18:05</TD>
<TD>正常</TD></TR>
<TR align=middle bgColor=#e4e6ef>
<TD></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=33" target="_blank" >abc0591</A></TD>
<TD align=right>26,134.00</TD>
<TD align=right>13,161,584.00</TD>
<TD>524</TD>
<TD>0</TD>
<TD>0</TD>
<TD>539</TD>
<TD>457</TD>
<TD>2006-6-8 20:18</TD>
<TD>正常</TD></TR>
<TR align=middle bgColor=#e4e6ef>
<TD></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=19" target="_blank" >cnsishao</A></TD>
<TD align=right>25,879.00</TD>
<TD align=right>12,920,519.00</TD>
<TD>79</TD>
<TD>0</TD>
<TD>0</TD>
<TD>81</TD>
<TD>60</TD>
<TD>2006-5-25 21:41</TD>
<TD>正常</TD></TR>
<TR align=middle bgColor=#e4e6ef>
<TD></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=14" target="_blank" >非洲小白脸</A></TD>
<TD align=right>907,266.00</TD>
<TD align=right>10,133,384.00</TD>
<TD>16</TD>
<TD>0</TD>
<TD>0</TD>
<TD>56</TD>
<TD>25</TD>
<TD>2006-5-21 11:06</TD>
<TD>正常</TD></TR>
<TR align=middle bgColor=#e4e6ef>
<TD></TD>
<TD><a href="http://www.18601.com/plugin.php?identifier=stock&amp;module=stock&amp;action=User_Show&amp;uid=16" target="_blank" >网络浪人</A></TD>
<TD align=right>4,482,585.00</TD>
<TD align=right>7,178,046.00</TD>
<TD>8</TD>
<TD>0</TD>
<TD>0</TD>
<TD>8</TD>
<TD>3</TD>
<TD>2006-5-23 04:40</TD>
<TD>正常</TD></TR></TABLE></TD></TR></TABLE>
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|关于我们|社区动态|免责声明|隐私条款|联系我们|手机版|平阳第一社区 平阳网 ( 浙ICP备18042709号-3 )

浙公网安备 33032602100245号

GMT+8, 2025-5-6 00:55 , Processed in 0.073154 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表