在python里怎么调用或者复写这个js

var ua = new Uint8Array(32);
window.crypto.getRandomValues(ua);

'Uint8Array' 未定义

阅读 1.8k
1 个回答

可以使用execjs模块来执行js文件

推荐问题