/** * 將阿拉伯 數字轉換成 中文 * */ public String numToCht(String intString){ int chtNumLength = 16; ...
blog.udn.com