**:
void show_menu()
switch (menu_num)
printf("hello**,welcome to student_system!\n");
printf("please input you want the number:\n");
}
question:
若使用者選擇選單錯誤3次,最後選擇正確選單選項後,最下面的語句: printf("hello**,welcome to student_system!\n");printf("please input you want the number:\n");也會重複列印相應次數。
answer:
暫時解決方法:
system("clear");
printf("hello**,welcome to student_system!\n");
printf("please input you want the number:\n");
//在列印前面加上清屏符號。
linux shell程式設計之選單選擇(二)
bin bash cat 50 print disk space is used over 50 else print disk space is user below 50 d netstat nptl awk listen awk f e ifconfig eth0 awk f nr 2 f e...
下拉樹列表選單選擇器
雖然網上有許多的實現下拉樹列表選單的實現,但都是基於某一框架的,感覺使用起來過於複雜。為了鞏固學習的js知識,於是嘗試著自己寫乙個。這個下拉樹列表整體放置在乙個div中。為了使其看起來和html自帶的下拉列表類似,我選擇了使用select標籤,但一開始並不在其中巢狀option選項。其實也可以用in...
網頁中禁用右鍵選單 選擇 複製 拖拽
在網頁的body標籤中寫入下列 具體每句話的功能 1.nm useup document.selection.empty 選擇的內容為空 2.nc ntextmenu return false 禁止右鍵選單 3.onselectstart return false 禁止選擇,和1的區別是1可以選中內...