对于不区分大小写的查找,请在查找之前尝试将String转换为所有大写或小写字母。 name = "mkyong is learning python 123" if name.upper().find("PYTHON") ...
確定! 回上一頁