PS H:\BlockChain\dev\VS Code\ethereum\web> truffle init truffle : File C:\Users\PC-NAME\AppData\Roaming\npm\truffle.ps1 cannot be loaded because running scripts is disabled on this system.
truffle(development)> const mycontract = new web3.eth.Contract(abi, contractAddress)TypeError: web3.eth.Contract is not a constructor
当我在控制台上设置mycontract时,就会发生这种情况。