2011-02-23 95 views

回答

0

與您所提供的信息有限,這個怎麼樣

var searchString = "Jam"; 
List<string> tweets = GetTweets(); 

var result = tweets.Where(tweet => tweet.Contains(searchString)); 
+0

哎太感謝你了... – samgune 2011-02-24 06:04:07

相關問題