coldfusion weird extra space

后端 未结 3 1465
梦如初夏
梦如初夏 2021-01-18 03:10

I have a function to convert string to number


    

        
3条回答
  •  Happy的楠姐
    2021-01-18 04:03

    I ran into a similar problem, and what worked for me was putting the value returned from the method into a variable and then outputting the variable instead of the return from the method. I didn't format it at all, but somehow that helped.

提交回复
热议问题