459. 重复的子字符串">459. 重复的子字符串https://leetcode-cn.com/problems/repeated-substring-pattern/solution/zhong-fu-de-zi-zi-fu-chuan-by-leetcode-solution/ 459. 重复的子字符串示例 1:输入: “abab”输出: True解释: 可由子字符串 “ab” 重复两次构成。给定的字符串只含有小写英文字母。