printf中怎么输出%#include <stdio.h> int main() { printf( "%a%\n "); printf( "%1%\n "); return 0; } 输出是 a % 我要输出 %a% %1% 要怎么办呢[解决办法]正解