console.log(line.slice(line.lastIndexOf(' ') + 1).length);

就这一行就够了