#include <stdio.h> int main(void) { char s[100]; sprintf(s, "%%sfjdksfj" ); printf("%s\n", s); return 0; }. 执行后输出结果是 %sfjdksfj.
確定! 回上一頁