//计算字数 wordsCount(str) { if (str == null || str == '') return 0; return str.match(/\w?|\W?/g).length - 1; }
竟然说我质量不佳,我加一句话了
京公网安备 11010502049817号