1、@If的用法 判断当前文档是否正在编辑中,如果不在,则执行编辑 @If(@IsDocBeingEdited;"";@Command([EditDocument]));或 @If(@IsDocBeingEdited; @True;@Command( [EditDocument] ; 1 ));