【发布时间】:2012-09-09 23:59:08
【问题描述】:
我有两个单独的字符串:
string s1 = "Hello welcome to the world of C sharp";
String s2 = "Hello world welcome to the world of C";
现在我想获取两个字符串中的唯一词,例如{sharp}。
我也想在{Hello, welcome, to, the , world of, C}这样的同一个程序中找到相似的词。
我无法继续。有人可以帮忙吗?
【问题讨论】:
标签: c# data-structures