2008年5月3日 星期六

change value to string( interpolation)

use  “#{  }”

ex:

a= 123

b= “#{a}”+ “4”

--->  b= “1234”

沒有留言: