curses 是一个在Linux/Unix下广泛应用的图形函数库,作用是可以在终端内绘制简单的图形用户 ... #include <curses.h> int main() { initscr(); box(stdscr, ACS_VLINE, ...
確定! 回上一頁