SOURCE

var str="0123456789";

console.log("slice",str.slice(5));
console.log("substring",str.substring(5));
console.log("substr",str.substr(5));

console.log(str.concat("daf","你好",["adf","你是猪吗"]))
console.log(["adf","bbb"].toString())
console 命令行工具 X clear

                    
>
console