打印指针用的, p好像不是标准C用的 以下时Keil C51帮助中在printf函数中的叙述: p generic * Pointer using the format t:aaaa where t is the memory type the pointer references (c: code, i: data/idata, x: xdata, p: pdata) and aaaa is the hexadecimal address
显示指针种类(c 代码,i 内部数据, x 外部数据, p 我是新手不知:-( ) 和指针16进制数值