silsuer

Results 4 issues of silsuer

I'm using a MAC. I made a lot of errors when I built it. Can you help me?

I wath get the price from pancakeswap router contract: `https://bscscan.com/address/0x10ED43C718714eb63d5aA57B78B54704E256024E` abi: ``` {"internalType":"address[]","name":"path","type":"address[]"}],"name":"getAmountsOut","outputs":[{"internalType":"uint256[]","name":"amounts","type":"uint256[]"}],"stateMutability":"view","type":"function"} ``` code: ``` $eth = new Ethereum($url); $w = new SmartContract($abi, self::PANCAKE_SWAP_ROUTER_CONTRACT_ADDRESS, $eth); $price = $w->getAmountsOut( new...

如题,iphone制作吸顶效果时需要知道navbar的高度,如何获取?小程序好像是无法拿到自定义组件的高度的

code: ``` const p = new PancakeswapPair({ // the contract address of the token you want to convert FROM fromTokenContractAddress: '0x55d398326f99059ff775485246999027b3197955', // the contract address of the token you want...