JSP ページで JSTL タグを実行しましたが、HTML ページで同じコードを実行できませんでした。だから、可能であれば、誰かが私を助けてくれます!
4453 次
4 に答える
6
As name it self indicates
The JavaServer Pages Standard Tag Library (JSTL) is a collection of useful JSP tags which encapsulates core functionality common to many JSP applications.
And if you see the wiki of JSTL
It extends the JSP specification by adding a tag library of JSP tags for common tasks,
Summary:You cannot use.
于 2013-04-24T04:50:19.243 に答える
2
できません。JSP ページでのみ実行されます。ごめん!
于 2013-04-24T04:50:31.087 に答える
2
これを行うことはできません。JSP のみをサポートします。
于 2013-04-24T04:50:56.747 に答える