Dragon

God引擎专区

m2 显示爆率子文件夹爆率

m2 显示爆率子文件夹爆率

luogangsw 1年前 (2023-07-24) 65 0

下面内容替换 ConfigMonGen.pas unit ConfigMonGen; interface uses SysUtils, Classes, Controls, Forms, StdCtrls; type TfrmConfigMonGen = class(TForm) Label1: TLabel; GroupBox1: TGroupBox; Memo1: TMemo; Button1...

源码里面常用的字符串分割提取

源码里面常用的字符串分割提取

ax125 1年前 (2023-07-22) 73 0

MidStr(sReviceMsg, 1, 4) = 'GOIP' 提取sReviceMsg字符串内容 从第1个到第4个 ArrestStringEx(sReviceMsg, '#', '!', sRemoteIPaddr) 提取#和!之间的字符串存到sRemoteIPaddr GetValidStr3(...

扫一扫二维码分享
×