锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲第一综合天堂另类专,亚洲精品国产精品国自产观看,亚洲精品国偷自产在线99热http://www.shnenglu.com/erran/category/5351.htmlzh-cnThu, 22 May 2008 06:33:34 GMTThu, 22 May 2008 06:33:34 GMT60Delphi鍙栨暣鍑芥暟http://www.shnenglu.com/erran/archive/2007/10/13/34152.htmlerranerranSat, 13 Oct 2007 13:34:00 GMThttp://www.shnenglu.com/erran/archive/2007/10/13/34152.htmlhttp://www.shnenglu.com/erran/comments/34152.htmlhttp://www.shnenglu.com/erran/archive/2007/10/13/34152.html#Feedback0http://www.shnenglu.com/erran/comments/commentRss/34152.htmlhttp://www.shnenglu.com/erran/services/trackbacks/34152.htmlfloor 鍜?ceil 鏄?math unit 閲岀殑鍑芥暟錛屼嬌鐢ㄥ墠瑕佸厛 Uses Math銆?br />trunc 鍜?round 鏄?system unit 閲岀殑鍑芥暟錛岀己鐪佸氨鍙互鐢ㄣ?br />floor 鐩存帴寰灝忕殑鍙栵紝姣斿 floor(-123.55)=-124錛宖loor(123.55)=123
trunc 鐩存帴鍒囦笅鏁存暟錛屾瘮濡?trunc(-123.55)=-123, floor(123.55)=123
ceil 鐩存帴寰澶х殑鍙栵紝姣斿 ceil(-123.55)=-123錛?ceil(123.55)=124
round 璁$畻鍥涜垗浜斿叆錛屾瘮濡?round(-123.55)=-124錛宺ound(123.55)=124

erran 2007-10-13 21:34 鍙戣〃璇勮
]]>
delphi : 鐩稿綋涓巗scanf鐨勫嚱鏁癛eadStrValueshttp://www.shnenglu.com/erran/archive/2006/12/07/16103.htmlerranerranThu, 07 Dec 2006 12:17:00 GMThttp://www.shnenglu.com/erran/archive/2006/12/07/16103.htmlhttp://www.shnenglu.com/erran/comments/16103.htmlhttp://www.shnenglu.com/erran/archive/2006/12/07/16103.html#Feedback0http://www.shnenglu.com/erran/comments/commentRss/16103.htmlhttp://www.shnenglu.com/erran/services/trackbacks/16103.html錛堝紩鐢級


{------------------------------------------------------------------------------}
{ procedure ReadStrValues                                                      }
{                                                                              }
{ 鍔熻兘璇存槑: 鏍規嵁鎸囧畾鐨勫垎闅旂灝嗕竴涓瓧絎︿覆鍒嗚В涓鴻嫢騫蹭釜瀛愪覆                       }
{           濡傛灉浼犻掔殑瀛愪覆鏁伴噺瓚呰繃婧愪覆鍙互瑙f瀽鐨勫瓧涓叉暟, 鍒欏浼犵殑瀛愪覆灝嗙疆涓虹┖涓?}
{ 鍙?nbsp;   鏁?                                                                    }
{   Str   : 寰呭垎瑙g殑瀛楃涓?nbsp;                                                    }
{   StrArr: 瀛樻斁鍒嗚В鍚庣殑瀛愪覆鐨勬暟緇? 浠ュ瓧絎︿覆鎸囬拡鏁扮粍浼犻?nbsp;                      }
{   Ch    : 鍒嗛殧絎﹀畾涔? 緙虹渷涓?";"                                             }
{------------------------------------------------------------------------------}
procedure ReadStrValues(Str: string; StrArr: array of PString; Ch: Char = ';');
var
  I, StrLen, StrPos, ArrLen, ArrIndex: Integer;
begin
  StrLen := Length(Str);      // 瀛楃涓查暱
  ArrLen := Length(StrArr);   // 寰呭彇鍑虹殑瀛楃涓蹭釜鏁?br>  if ArrLen = 0 then Exit;    // 濡傛灉瀛楃涓叉寚閽堟暟緇勪腑鏃犲厓绱狅紝鍒欑洿鎺ラ鍑?/p>

  StrPos := 1;                // 褰撳墠璇誨埌鐨勫瓧絎︿覆浣嶇疆
  ArrIndex := 0;              // 褰撳墠瀛楃涓叉寚閽堟暟緇勪綅緗?/p>

  // 姝ゅ灝?Str 闀垮害鍔?錛岀敤浜庡悗闈㈠垽鏂槸鍚﹀凡璇誨畬鏁翠釜瀛椾覆
  for I := 1 to StrLen + 1 do
  begin
    // 娉ㄦ剰姝ゅ鏉′歡浣嶇疆涓嶅彲鍊掔疆(楠ゆ寮忓垽鏂?
    if (I = StrLen + 1) or (Str[I] = Ch) then
    begin
      // 鎷瘋礉璇誨埌鐨勫瓧絎︿覆
      StrArr[ArrIndex]^ := Copy(Str, StrPos, I - StrPos);
      StrPos := I + 1;
      // 濡傛灉闇瑕佽鐨勫瓧絎︿覆鎸囬拡鏁扮粍宸插畬鎴愶紝鍒欓鍑?br>      Inc(ArrIndex);
      if ArrIndex >= ArrLen then Exit;
    end;
  end;

  // 媯鏌ユ槸鍚︽墍鏈夌殑瀛楃涓叉寚閽堥兘璇誨埌浜嗭紝濡傛灉娌℃湁璇誨埌錛屽皢琚緗負絀轟覆
  for I := ArrIndex to ArrLen - 1 do
    StrArr[I]^ := '';
end;


{------------------------------------------------------------------------------}
{ 嫻嬭瘯璇ュ嚱鏁?nbsp;                                                                  }
{------------------------------------------------------------------------------}

procedure TForm1.FormCreate(Sender: TObject);
const
  SampleStr = '寮犱笁;鐢?41';
var
  S1, S2, S3, S4: string;
begin
  // 姝e父瀛椾覆瑙f瀽
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues(SampleStr, [@S1, @S2, @S3]);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));

  // 寰呰瀛椾覆灝戜簬婧愪覆鍐呭嫻嬭瘯
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues(SampleStr, [@S1, @S2]);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));

  // 寰呰瀛椾覆澶氫簬婧愪覆鍐呭嫻嬭瘯
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues(SampleStr, [@S1, @S2, @S3, @S4]);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));

  // 寰呰瀛椾覆涓虹┖嫻嬭瘯
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues(SampleStr, []);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));

  // 婧愪覆涓虹┖嫻嬭瘯
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues('', [@S1, @S2, @S3]);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));
end;



erran 2006-12-07 20:17 鍙戣〃璇勮
]]>
Delphi : 闅愯棌MDI瀛愮獥鍙e甫鏉ョ殑闂http://www.shnenglu.com/erran/archive/2006/12/07/16102.htmlerranerranThu, 07 Dec 2006 12:13:00 GMThttp://www.shnenglu.com/erran/archive/2006/12/07/16102.htmlhttp://www.shnenglu.com/erran/comments/16102.htmlhttp://www.shnenglu.com/erran/archive/2006/12/07/16102.html#Feedback3http://www.shnenglu.com/erran/comments/commentRss/16102.htmlhttp://www.shnenglu.com/erran/services/trackbacks/16102.html鍦╠elphi涓殣钘廙DI瀛愮獥鍙f湁涓ょ鏂規硶錛?br>
1錛夊彂娑堟伅鍙婅皟鐢⊿howWindow鍑芥暟錛?br>      showwindow(childform.handle, sw_hide);銆銆// 闅愯棌瀛愮獥鍙?br>      showwindow(childform.handle, sw_restore);   // 鏄劇ず瀛愮獥鍙?br>
緙虹偣錛氫嬌鐢╳indows api鐩存帴闅愯棌瀛愮獥鍙o紝鍏跺瓙紿楀彛鐨剉isible灞炴у拰鍏舵樉紺虹姸鎬佹槸涓嶄竴鑷崇殑銆傚綋瀛愮獥鍙d笉鍙鏃訛紝鍏秜isible灞炴у彲鑳戒粛鐒舵槸true銆?br>

2錛夐噸杞藉瓙紿楀彛鐨剉isiblechanging鏂規硶:
      private
      procedure visiblechanging; override;//閲嶈澆    
      
      procedure tchildform.visiblechanging;
      begin
          <浣跨敤緇勪歡灞炴ч殣钘忓瓙紿楀彛鏃訛紝闇瑕侀噸杞芥榪囩▼錛屽茍涓斾笉鎵ц浠諱綍緇ф壙浠g爜錛屽惁鍒欏皢鎶ラ敊>
          //inherited; 涓嶈兘鎵ц姝よ鍙ワ紒
      end;
      姝ゅ悗灝卞彲浠ョ洿鎺ヨ緗畍isible灞炴т簡錛?br>      childform.visible:=false;//闅愯棌瀛愮獥鍙?br>銆 childform.visible:=true; //鏄劇ず瀛愮獥鍙?br>
緙虹偣錛氬綋瀛愮獥鍙i殣钘忎簡鍚庯紝鏈変簺鎺т歡鐨勬暟鎹病鏈夊姙娉曞彇鍒幫紝濡?TListView,  涓鴻繖涓棶棰樻浘緇忛儊闂蜂簡寰堜箙錛屼笉鐭ラ亾鏄粈涔堝師鍥犮備緥濡傦細瀛愮獥鍙d笂listview宸茬粡鏈変簡10琛屾暟鎹紝褰撳埄鐢ㄦ柟娉?錛夋妸浣垮緱瀛愮獥鍙d笉鍙浜嗗悗錛岃皟鐢╟hildform.listview.items.count緇撴灉鎬繪槸0錛屼絾鏄樉紺烘瀛愮獥鍙e悗10琛屾暟鎹繕鏄湪姝istview涓?br>
鎵浠ヤ嬌鐢?錛夛紝鍦ㄧ▼搴忎腑涓嶈璋冪敤visible灞炴с?br>浣跨敤2錛夛紝鍦ㄥ瓙紿楀彛闅愯棌浜嗗悗涓嶈鍘誨彇璇ュ瓙紿楀彛鐨勬暟鎹?br>       
      



erran 2006-12-07 20:13 鍙戣〃璇勮
]]>
鏍囪:鍥炶濺鎹㈢劍鐐?/title><link>http://www.shnenglu.com/erran/archive/2006/12/01/15840.html</link><dc:creator>erran</dc:creator><author>erran</author><pubDate>Fri, 01 Dec 2006 05:34:00 GMT</pubDate><guid>http://www.shnenglu.com/erran/archive/2006/12/01/15840.html</guid><wfw:comment>http://www.shnenglu.com/erran/comments/15840.html</wfw:comment><comments>http://www.shnenglu.com/erran/archive/2006/12/01/15840.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/erran/comments/commentRss/15840.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/erran/services/trackbacks/15840.html</trackback:ping><description><![CDATA[鍥炶濺鎹㈢劍鐐?br>if Key = VK_Return then<br>    begin<br>        OnEditExit(Sender);<br>        //Perform(WM_NEXTDLGCTL, 0, 0);<br>    end; <img src ="http://www.shnenglu.com/erran/aggbug/15840.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/erran/" target="_blank">erran</a> 2006-12-01 13:34 <a href="http://www.shnenglu.com/erran/archive/2006/12/01/15840.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>鍙岀紦鍐茬粯鍥?/title><link>http://www.shnenglu.com/erran/archive/2006/11/25/15650.html</link><dc:creator>erran</dc:creator><author>erran</author><pubDate>Sat, 25 Nov 2006 01:23:00 GMT</pubDate><guid>http://www.shnenglu.com/erran/archive/2006/11/25/15650.html</guid><wfw:comment>http://www.shnenglu.com/erran/comments/15650.html</wfw:comment><comments>http://www.shnenglu.com/erran/archive/2006/11/25/15650.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/erran/comments/commentRss/15650.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/erran/services/trackbacks/15650.html</trackback:ping><description><![CDATA[<p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>VC</span> <span style="FONT-FAMILY: 瀹嬩綋; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">鍙岀紦鍐茬粯鍥?/span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>BOOL CGraphDlg::OnDraw(CDC* pDC)</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>{</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>CRect rc;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>GetClientRect(&rc);<span style="mso-tab-count: 1">  </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>CDC<span style="mso-spacerun: yes">  </span>MemDC; </span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>CBitmap<span style="mso-spacerun: yes">  </span>MemBitmap;<span style="mso-tab-count: 1">   </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemDC.CreateCompatibleDC(NULL);<span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemBitmap.CreateCompatibleBitmap(pDC, rc.Size().cx,rc.Size().cy);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>CBitmap *pOldBit=MemDC.SelectObject(&MemBitmap);<span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemDC.BitBlt(0,0,rc.width, rc.height, pDC,0,0,SRCCOPY);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>m_pGraph->SetGraphDC(&MemDC);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>m_pGraph->DoGraphShowEvent();<span style="mso-tab-count: 1">   </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 2">              </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>pDC->BitBlt(0,0, rc.Size().cx,rc.Size().cy,&MemDC,0,0,SRCCOPY);<span style="mso-tab-count: 1">   </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemDC.SelectObject(pOldBit);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemBitmap.DeleteObject();</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemDC.DeleteDC();</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>}</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>Delphi </span><span style="FONT-FAMILY: 瀹嬩綋; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">鍙岀紦鍐茬粯鍥撅細</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>procedure TBkCoordi.Draw(Canvas : TCanvas);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>var</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp : TBitmap;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_width, _height : integer;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_top, _left : integer;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>begin</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_width := Round(m_width);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_height := Round(m_height);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_left := Round(m_topleft.x);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_top := Round(m_topleft.y);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp := Tbitmap.Create;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp.Handle := CreateCompatibleDC(Canvas.Handle);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp.Width :=<span style="mso-spacerun: yes">  </span>_width;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp.Height :=<span style="mso-spacerun: yes">  </span>_height;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>BitBlt(_bmp.Canvas.Handle,0,0,_width,_height, Canvas.Handle,_left,_top,SRCCOPY);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">                  </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">  </span><span style="mso-spacerun: yes">  </span>if m_showcross then m_cross.Draw(_bmp.Canvas);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>if @OnDrawing <> nil then OnDrawing(_bmp.Canvas);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>BitBlt(Canvas.Handle,_left,_top,_width,_height, _bmp.Canvas.Handle,0,0,SRCCOPY);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp.Free;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>end;</span> </p> <img src ="http://www.shnenglu.com/erran/aggbug/15650.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/erran/" target="_blank">erran</a> 2006-11-25 09:23 <a href="http://www.shnenglu.com/erran/archive/2006/11/25/15650.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.shnenglu.com/" title="精品视频久久久久">精品视频久久久久</a> <div class="friend-links"> </div> </div> </footer> <a href="http://www.52cjw.cn" target="_blank">少妇久久久久久被弄到高潮</a>| <a href="http://www.1122sw.cn" target="_blank">精品久久一区二区三区</a>| <a href="http://www.qdaigo.com.cn" target="_blank">无码国内精品久久综合88</a>| <a href="http://www.caoguowan.cn" target="_blank">亚洲va久久久噜噜噜久久男同</a>| <a href="http://www.ldzv.cn" target="_blank">97久久精品无码一区二区</a>| <a href="http://www.ahgmxy.com.cn" target="_blank">久久精品亚洲乱码伦伦中文</a>| <a href="http://www.kangle.net.cn" target="_blank">中文成人久久久久影院免费观看</a>| <a href="http://www.tprs.com.cn" target="_blank">久久99国产乱子伦精品免费</a>| <a href="http://www.rcjmwj.com.cn" target="_blank">久久精品中文字幕有码</a>| <a href="http://www.taiguolu.com.cn" target="_blank">久久综合精品国产二区无码</a>| <a href="http://www.54wk.cn" target="_blank">一本大道久久香蕉成人网</a>| <a href="http://www.uuribao.com.cn" target="_blank">欧美一区二区精品久久</a>| <a href="http://www.hnwjzd.com.cn" target="_blank">久久SE精品一区二区</a>| <a href="http://www.51peini.cn" target="_blank">久久亚洲2019中文字幕</a>| <a href="http://www.thaald.cn" target="_blank">97久久国产亚洲精品超碰热</a>| <a href="http://www.benok.cn" target="_blank">久久久久久精品无码人妻</a>| <a href="http://www.ehfad.cn" target="_blank">99热精品久久只有精品</a>| <a href="http://www.pp4f.cn" target="_blank">久久91精品国产91久久户</a>| <a href="http://www.shaoxing2010.cn" target="_blank">久久国产色av免费看</a>| <a href="http://www.51saer.cn" target="_blank">狠狠色丁香婷婷久久综合五月</a>| <a href="http://www.playt.cn" target="_blank">国产精品va久久久久久久</a>| <a href="http://www.theys.cn" target="_blank">国产精品毛片久久久久久久</a>| <a href="http://www.smscx.cn" target="_blank">亚洲AV日韩精品久久久久</a>| <a href="http://www.123oye.cn" target="_blank">色综合久久久久综合99</a>| <a href="http://www.epfx.cn" target="_blank">久久久久久毛片免费看</a>| <a href="http://www.quheitou.net.cn" target="_blank">国产精品热久久无码av</a>| <a href="http://www.ruimen.com.cn" target="_blank">伊人久久综合热线大杳蕉下载</a>| <a href="http://www.baipe.cn" target="_blank">久久青草国产精品一区</a>| <a href="http://www.txhyhf.cn" target="_blank">91精品国产乱码久久久久久</a>| <a href="http://www.sztaoren.cn" target="_blank">国产亚洲色婷婷久久99精品</a>| <a href="http://www.sixmen.com.cn" target="_blank">久久久久久久久久久</a>| <a href="http://www.clg8.cn" target="_blank">久久精品卫校国产小美女</a>| <a href="http://www.zhjcys.cn" target="_blank">四虎影视久久久免费</a>| <a href="http://www.celtictree.cn" target="_blank">久久久人妻精品无码一区</a>| <a href="http://www.cnycql.cn" target="_blank">久久一区二区三区免费</a>| <a href="http://www.qq577.cn" target="_blank">一本大道久久东京热无码AV</a>| <a href="http://www.songli.org.cn" target="_blank">久久影视综合亚洲</a>| <a href="http://www.shuangfengjixie.com.cn" target="_blank">色天使久久综合网天天</a>| <a href="http://www.cg-blog.cn" target="_blank">亚洲а∨天堂久久精品9966</a>| <a href="http://www.loveindg.cn" target="_blank">久久精品国产男包</a>| <a href="http://www.fa808.cn" target="_blank">色婷婷综合久久久中文字幕</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>