#include <stdio.h>#include <string.h>void main(){char x[]={0xBC,0xDD,0xCA};int len=strlen(x);printf("%d\r\n",len);} 查看完整描述