李彤
2023-05-15 19ae52ae3e06c44c646ae6b45dc2b0d7f2cead88
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>