string strNewWord = "";
string strWord = "<ABC>WORD</ABC>";
//取得兩個字串之間的字串
strNewWord = strWord.Split(new String[] { "</ABC>", "<ABC>" });
0 意見: