题目:https://leetcode.com/problems/longest-palindromic-substring/ 知识点: 回文的对称,可以为元素也可以不是元素,单数双数的区别。 加入限制条件,及早结束循环,可以提高效率。