在Ajax返回值型別是 "text" 的時候,接收int型別時可能會出現ၧ
解決方法:將int轉為String即可
int money =100; String s = Integer.toString(money);