stringToByte 字符串转字节数组
ts
import { stringToByte } from 'fe-toolsbox'
const string = 'hello, world'
stringToByte(string)
104,101,108,108,111,44,32,119,111,114,108,100