๐ Retrospect/Personal Projects
[JSTL] ftm ํ๊ทธ๋ก ๊ธ์ก ์ผํ ํ์
sero.
2021. 9. 27. 17:54
728x90
ํ ์ธ๊ธ์ก์ด ์ ์ฉ๋ ๊ฐ๊ฒฉ์ JSP์์ ์ผํํ์ํ์ฌ ๋ํ๋ด๊ณ ์ถ์๋ค.
๊ฒ์ ์ค JSTL์ fmt ํ๊ทธ๋ฅผ ํตํด ์ซ์ํ์ ์ ๋ํ ์กฐ์ ์ด ๊ฐ๋ฅํ๋ค๋ ๊ฒ์ ์๊ฒ ๋์๋ค.
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
fmt:formatNumber
์ด ํ๊ทธ๋ ์ซ์๊ฐ์ ์ซ์, ํตํ, ํผ์ผํธ๋ก ๋ฐ๊พผ๋ค.
์ ์ฉ ์ฝ๋
<fmt:formatNumber pattern="#,###">${l.lec_price - (l.lec_price* l.lec_sale)}</fmt:formatNumber>์
๐ ์ฐธ๊ณ
https://treasurebear.tistory.com/43
728x90