摘要:
#include <stdio.h> main() { char *p="abcdef" ; printf("%c",*p); printf("\n%c",*(p+1)); printf("\n%c",p[0]); printf("\n%c",p[1]); printf("\n%s",p); pri 阅读全文
posted @ 2023-04-25 16:49
myrj
阅读(41)
评论(0)
推荐(0)
摘要:
>>> ax=[1,2,3,0] >>> ax.sort() >>> ab=ax.sort() >>> ab >>> ax [0, 1, 2, 3] >>> 阅读全文
posted @ 2023-04-25 16:01
myrj
阅读(23)
评论(0)
推荐(0)

浙公网安备 33010602011771号