Appearance
String.prototype.getShowCount(needle)
获取指定字符串出现次数。
返回值:Number
console.log('banana'.getShowCount('c'));