结构体排序:. 写法一 QList<test> s; test aa; test bb; test cc; aa.num = "14"; bb.num = "2"; cc.num = "3"; s.append(aa); s.append(bb); ...
確定! 回上一頁