訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容
#include<stdio.h> #include<conio.h> int main(int argc, char* argv[]) { int c = getch(); if( c == 8 ) { printf("BackSpace"); } system("pause"); return 0; }