```
IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(0x10ED43C718714eb63d5aA57B78B54704E256024E);
uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this), _uniswapV2Router.WETH());
这两句的作用是什么,为什么有的代币合约中包含uniswap的接口,有的没有包含,这影响他们在去中心化交易所上的交易吗?