多项选择题
B. ${requestScope[ ‘priority’ ] = ‘medium’ }
C. <c:set var=priority” value=”medium” />
D. <c:set var=”priority” scope=”request”>medium</C:set>
E. <c:set var=”priority” value=”medium” scope=”request” />
F. <c:set property=”priority” scope=”request”>medium</c:set>
G. <c:set property=”priority” value=”medium” scope=”request” />
多项选择题 Whichthe twoJSTLURL-relatedtagsperformURLrewriting?()
单项选择题 Assume that a news tag library contains the tags lookup and item: Lookup Retrieves the latest news headlines and executes the tag body once for each headline. Exposed a NESTED page-scoped attribute called headline of type com.example. Headline containing details for that headline. Item Outputs the HTML for a single news headline. Accepts an attribute info of type com.example. Headline containing details for the headline to be rendered. Which snippet of JSP code returns the latest news deadlines in an HTLM table, one per row?()
单项选择题 Which JSTL tag structure supports this scenario?()