We can use the findstr command to perform the search. i = findstr(word1,word2) i = 6 >> i = findstr(word1,word3) i = [] In the first case, the word fine ...
確定! 回上一頁