我有以下定期表述:
string s = "{"data": {"words": [{"wordsText": "Three Elephants /d
in the jungle"}]}}";
string[] words = s.Split( \ , : , [ , ] , { , } , " );
foreach (string word in words)
{
Console.WriteLine(word);
}
哪些产出
data
words
wordsText
Three Elephants /d in the jungle
What is the best way to get rid of the first 3 lines in the output so that I only get the last line- Three Elephants /d in the jungle
.
我认为,如果我在“条码”后宣读所有案文:条码>,这可以成为一种可能的方法,那么任何帮助都会受到高度赞赏。