摘要:
procedure TForm2.Button1Click(Sender: TObject); function test(value:boolean):boolean; begin result:=value end;begin if (1=2) and test(false) then show... 阅读全文
posted @ 2015-02-28 20:55
云水浮萍
阅读(191)
评论(0)
推荐(0)