給定一個字符串,求它最長的回文子串長度,例如輸入字符串'35534321',它的最長回文子串 ... l_string = string[index - max_length + 1 : index + 1].
確定! 回上一頁