摘要: 条件选择语句 1. if 条件1 then 代码块1 else 代码块2 endif 条件判断 If 条件判断 Then 条件为真时 代码块1 Else 条件为假时 代码块2 EndIf 例子1: If FileExists(@WindowsDir&'\Professional.xml2') The 阅读全文
posted @ 2021-03-16 09:35 小衣 阅读(204) 评论(0) 推荐(0)