李彤
2022-05-12 95a72f4ec28372111895751f2198b58d3af8fecf
1
2
3
4
5
<apex:page standardController="Event" docType="html-5.0" sidebar="false">
    <apex:form >
        <apex:inputField label="测试查询" value="{!event.EventC__c}"  />
    </apex:form>
</apex:page>