Appearance
String.prototype.insert(needle, index)
插入字符串。
返回值:String
console.log('banan'.insert('a', 5));