示例:
<jsp:useBean id="exampleBean" scope="request" type="java.util.Date"/>
<h:outputText id="${exampleBean.day}" value="#{exampleBean.day}" /> // 优良
<h:outputText id="#{exampleBean.day}" value="${exampleBean.day}" /> // 错误:`id` 属性需要动态表达式,`value` - 推迟