# include & ltstdio.h & gt
# include & ltstring.h & gt
主()
(
char *str= "這是壹條測試消息";
printf("%d\n ",strlen(str));
getch();
)