Browse Source

文本信息接口对接

yxb
zengyuehua 2 years ago
parent
commit
d3af762ee3
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      utils/util/fileData.js

+ 4
- 4
utils/util/fileData.js View File

@@ -1,7 +1,7 @@
import {
TextEncoder,
TextDecoder
} from "text-decoding";
// import {
// TextEncoder,
// TextDecoder
// } from "text-decoding";


export function IntegerToHexString(num, nLen) {

Loading…
Cancel
Save