One, string 1. Determine the substring Determine whether a sub string belongs to the s string: [root@desktop31 ~]# python >>> s = 'redhat' >>> 'a' in s True >>> ...
確定! 回上一頁