Python 字符串find()方法有助于查找给定字符串中子字符串首次出现的索引。 如果子字符串不存在,它将返回-1。 语法. string.find(substring,start,end) ...
確定! 回上一頁