Java中ASCII字符與十六進制字符相互轉化

Java中ASCII字符與十六進制字符相互轉化 /** * Description: * Author: 硃紅喜 */ public static String convertStringToHex(String str){ char[] chars = str.toCharArray(); StringBuilder hex = new StringB
相關文章
相關標籤/搜索