使用方式 | Usage var strwidth=require('strwidth'); strwidth('a');//return 1strwidth('abc');//return 3strwidth('中文');//return 4strwidth('\r\n');//return 0