相关疑难解决方法(0)

自定义JSP标记 - 如何获取标记的主体?

我有一个这样的自定义jsp标签:

<a:customtag>
    The body of the custom tag...
    More lines of the body...
</a:customtag>
Run Code Online (Sandbox Code Playgroud)

在自定义标记中,如何获取正文的文本?

java jsp jsp-tags java-ee

9
推荐指数
3
解决办法
2万
查看次数

标签 统计

java ×1

java-ee ×1

jsp ×1

jsp-tags ×1