function DoCaculate(exp: string): string;
var
script: Variant;
begin
script := CreateOleObject('ScriptControl');
script.Language := 'JavaScript';
// showmessage(exp);
Result := script.Eval(Exp);
end;
delphi lazarus opengl
网页操作自动化, 图像分析破解,游戏开发