fix typo
This commit is contained in:
@@ -361,7 +361,7 @@ interface JsExtensions {
|
|||||||
}
|
}
|
||||||
/* utf8 编码为hexString */
|
/* utf8 编码为hexString */
|
||||||
fun hexEncodeToString(utf8: String): String? {
|
fun hexEncodeToString(utf8: String): String? {
|
||||||
return HexUtil.encodeHexStr(hex)
|
return HexUtil.encodeHexStr(ut8)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user