12
,如果我有一個字符串 「輸出」,等於一個網址:如何uri在jsp中編碼一個字符串?
${output} = "/testing/method/thing.do?foo=testing&bar=foo"
在jsp ,我將如何轉換該字符串爲:
%2Ftesting%2Fmethod%2Fthing.do%3Ffoo%3Dtesting%26bar%3Dfoo
使用
<c:out value="${output}"/>
? 我需要URLEncoder.encode(url)在c:out中。
尋找的東西在C,實際上做了URI編碼在那裏:出..任何想法? – tester 2011-02-10 02:13:56