printf中的缺陷 #include "stdafx.h" #include <stdio.h> int main() { int a=44, b=77; printf("a=%d, b=%d\n", a, b); printf("a=%x, b=%d\n"); return 0;