Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一个奇怪的问题,但整个字符串是否被视为其自身的子字符串?即:字符串“cheesecake”有一个子字符串“cheesecake”。
字符串是其自身的子字符串。维基百科也是这么说的。
此外,如果您将“字符串”视为字符集的合并,则根据集合的定义 - 每个集合都是其自身的子集。
因此答案是——是的。
https://en.wikipedia.org/wiki/Substring