站内搜索: 请输入搜索关键词
当前页面: 图书首页 > JavaServer Pages, Second Edition

JavaServer Pages, Second Edition

[ directory ] Previous Section Next Section

5.10 Tags Learned in this Chapter

c:param Passes a parameter to a page or URL
Parameters:
    name: The name of the parameter
    value: The value of the parameter; may be a script
Body: None

c:url Construct a URL suitable for use in an href
Parameters:
    value: The base page of the URL
Body: c:param tags

    [ directory ] Previous Section Next Section