or str.index (like find but raises ValueError on failure): start = 100 end = 1000 any_string.index('substring', start, end) ...
確定! 回上一頁