update jsHelp.md

This commit is contained in:
Xwite
2023-03-15 11:44:27 +08:00
parent 2f0a2c96b7
commit 8097037575
+1 -1
View File
@@ -187,7 +187,7 @@ deleteFile(path: String)
> 其他没有添加的算法可在JavaScript中使用`JavaImporter`[调用](https://m.jb51.net/article/92138.htm)Java,例子可参考`朗读引擎-阿里云语音`
> 如果输入的参数不是Utf8String 可先调用`java.hexDecodeToByteArray java.strToBytes(str: String)`转成ByteArray
> 注意:如果输入的参数不是Utf8String 可先调用`java.hexDecodeToByteArray java.base64DecodeToByteArray`转成ByteArray
* 对称加密
> 输入参数key iv 支持ByteArray|**Utf8String**
```