I have two arrays of strings:
我有两个字符串数组:
string[] all = new string[]{"a", "b", "c", "d"}
string[] taken = new string[]{"a", "b"}
sI have two arrays of strings:
我有两个字符串数组:
string[] all = new string[]{"a", "b", "c", "d"}
string[] taken = new string[]{"a", "b"}
s