方法如下: function formatStr(str) { if (str.length == 2) { return str.substring(0, 1) + new Array(str.length).join('*