Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jsp変数から一重引用符と二重引用符を削除する最良の方法は何ですか?
推定text="hsdhakb'asda"'ass'as'd"
text="hsdhakb'asda"'ass'as'd"
または を使用する2 つのオプションがあります。fn:replacefn:escapeXml()
fn:replace
fn:escapeXml()
<c:set var='text' value='${text}'/>
StringEscapeUtilsを調べることができます