请教下老师们,db_show_and_select_m 可否预先标记选定? 可否添加这个功能?谢谢 int main() { int a, b; string c; dbg_clear(); a = 20161209; for (b = 1; b < 40; b++) { c = c + "," + date_add(a, b); } str_lst_to_db(c); //请教如何预先标记选定后再显示出来 db_show_and_select_m("请选择:"); return 1; };
登录后方可发贴