我有一个非常长的字符数组:for (i = 0; i < sizeof(hexs); i++)
printf("%02x\n", hexs[i]);
如果我使用for循环打印所有值:
2e
1e
a3
....
a1
它会给我一堆价值,如:
2e and 1e
如果我只想将unsigned char chosen_one[2]
值转换为新的字符数组(例如: <div class="content">
<div class="center" style="margin: 100px 0;">
<img src="./images/logoTherapist.png" width="40%">
</div>
</div>
),我该怎么办?