2022-12-12 20:36:31 星期一
#include <stdio.h> int main(){ int a = 1; char *p = "post my id:"; printf("%s %d\n",p,a); return 0; }