摘要:
Function GetStr(STR_Source,STR_Start,STR_End:String):STring; Var I:Integer; S:String; begin for I := Pos(STR_Start,STR_Source)+Length(STR_Start) to Length(STR_Source) do begin if STR_Source[i]=STR_End then Break; S:=S+STR_Source[i]; end; Result:=S; ... 阅读全文
posted @ 2013-05-25 15:11
似水@流年
阅读(1103)
评论(0)
推荐(0)

浙公网安备 33010602011771号