byte转为string

    技术2022-05-20  37

    1,char result[i]= ((char)a[i]);

    2,string  sResult.append(result[i]);


    最新回复(0)