摘要:
function Twms_DataCenter_DataGrail.copyBegin2EndStr(begindex, endindex, source: string): string; //截取两个字符之间的内容 var n, m: Integer; begin n := Pos(begindex, source); m := Pos(endindex, source); ... 阅读全文
posted @ 2018-01-16 09:44
夏天的西瓜君
阅读(467)
评论(0)
推荐(0)

浙公网安备 33010602011771号