标签:for 调用 imp this java orm send 过程 cal
procedure show(s:string);
begin
showmessage(s);
end;
procedure TForm3.WebButton1Click(Sender: TObject);
begin
asm
// this is pure Javascript code
$impl.show("你好");
end;
end;
标签:for 调用 imp this java orm send 过程 cal
原文地址:https://www.cnblogs.com/xalion/p/9454899.html