返回字符串的字节长度。
将给定的字符串转换为Blob Object并查找其 size 。
Blob
size
const byteSize = str => new Blob([str]).size;
byteSize('