输入:大家hello哈输出:哈OLLEH家大
var str = prompt("input a string:","");var arr = str.toUpperCase().split("").reverse().join("");document.write(arr);
dianw