摘要: //取字符串长度 function Len(const value: string): integer; begin if Value='' then result:= 0 else result:= PInteger(Integer(Value)-4)^; end; 阅读全文
posted @ 2021-01-18 20:48 Thenext 阅读(109) 评论(0) 推荐(0)