65,211
社区成员
发帖
与我相关
我的任务
分享
int row,col;
initscr();
getmaxyx(stdscr,row,col);
mvprintw(count,count+1,"code:%s",pprice->msg_code);
mvprintw(count,count+2,"name:%s",pprice->msg_name);
mvprintw(count,count+3,"price:%s",pprice->msg_price);
refresh();