请问if not (lForm.ShowModal = Business.Forms.Controls.mrOk) then exit;
和 if not lForm.ShowModal = Business.Forms.Controls.mrOk then exit; 在逻辑上有什么不同
我在代码里写成if not lForm.ShowModal = Business.Forms.Controls.mrOk then exit; 就没达到我要的效果而if not (lForm.ShowModal = Business.Forms.Controls.mrOk) then exit;就行