const _isPalindrome = string => {
// 补全代码
let a = [...string];
let b = [...string];
for(let e in a){
if(e = b.pop){
return true;
}
return false;