Exact对比文本 - 任意文本表达式、文本字段或容器字段Exact("McDonald”;“McDonald") 返回“1”(True)。Exact("McDonald”;“MCDONALD") 返回“0”(False)。Exact(Upper("McDonald");Upper("MCDONALD")) 返回“1”(True)。Exact("John”;“John ") 返回“0”(False)。当“国家”字段中包含“西班牙”时,Exact(国家;“西班牙") 返回“1”(True)。