我正在使用 React native 开发移动应用程序,其中涉及与web3.js的交互问题是 RN 不支持核心 Node.js 模块,所以我不得不安装npm i --save react-native-cryptonpm i --save react-native-randombytesreact-native link react-native-randombytesnpm i --save-d
2021-04-09
我在reactjs中使用crypto-js,在 localhost 上一切正常。但在使用 chrome 的服务器上,我收到此错误消息:TypeError: Cannot read property 'random' of undefined在 Firefox 上:TypeError: "r is undefined"我的代码:import CryptoJS from 'crypto-js';con
2019-01-24