Delphi宽字符批量去除#0方法
摘要:function DelCRLF(src: String): String; var n,M: Integer; begin SetLength(Result, Length(src)); n := 0; for m := 1 to Length(src) do if (src[M]= #0) th
阅读全文
posted @ 2023-06-30 18:45
posted @ 2023-06-30 18:45
posted @ 2023-06-12 23:42
posted @ 2023-06-08 23:50