2017年12月11日

摘要: #include <stdio.h>#include <stdlib.h>int main(){ char ch = 'a'; int tmp =(int)ch; if( ch == *(char*)&tmp) printf("little end"); else printf("big end") 阅读全文
posted @ 2017-12-11 13:18 lydstory 阅读(74) 评论(0) 推荐(0) 编辑

导航