How to convert value from double to Integer in jsp

后端 未结 2 1696
粉色の甜心
粉色の甜心 2021-01-22 19:05

Supposing that In the jsp file, I want to show the value which is computed as below :


                     


        
2条回答
  •  别那么骄傲
    2021-01-22 19:31

    You can use the fmt:parseNumber tag

    
    
    

    http://www.tutorialspoint.com/jsp/jstl_format_parsenumber_tag.htm

提交回复
热议问题