function delcommafy(num){ if((num+"").Trim()==""){ return""; } num=num.replace(/,/gi,''); returnnum; }

arrow
arrow

    倧齊 發表在 痞客邦 留言(0) 人氣()