2017-09-25 99 views

回答

2

您可以在xml中使用表達式語言(SpEL)而不是值來調用系統類型。

<object type="Date" singleton="false"> 
    <property name="StartDate" expression="DateTime.Today" /> 
</object> 
相關問題