02 2024 档案
摘要:试试看 program Project1; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, System.Classes; var list, removeElement: TStringList; i, NameCount, insertIn
阅读全文
摘要:试试看 internal class Program { static List<string> list=new List<string>() { "A","B","C","D","A","B","C","D" }; static string hiddenEle1 = string.Empty;
阅读全文