I'm trying to find whether a substring is in a string. In Python, this involves the in operator, so I wrote this code:let a = "abcd";if "bc" ...
確定! 回上一頁