k = findstr('s1','s2') , where s1 and s2 are both character strings, finds the starting indices of any occurrences of the shorter string within the longer.
確定! 回上一頁