#include<stdio.h> int main(void) { char str[10]; char *s="abcdefghijk"; sscanf(s,"%6s",str); printf("%s\n",str); return 0; }. 复制代码.
確定! 回上一頁