作业1:完成顺序表的按位置进行修改函数int list_update_pos(linkList *L, int pos, datatype e); 作业2:完成顺序表的排序:使用选择排序完成降序 1 2 题全部完成