单项选择题
A.<if "username!=null and username!=’’">B.<if test="username!=null or username!=’’">C.<if test="username!=null and username!=’’">D.<trim test="username!=null and username!=’’">
A.TransactionB.OGNLC.MVCD.ORM
A.<resultMap>元素B.<enviroment>C.<transactionManager>D.<databaseProvider>