How to convert int value into string on jsp page - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to convert int value into string on jsp page - Stack Overflow
One way is to convert the integer to string separately and then using it where you
want. Other way (not completely sure) is to append an empty String ...