字符串

字符串的反转

function reverse(string){
    return string.split('').reverse().join('');
}

results matching ""

    No results matching ""