abs
function abs(int256 a) internal pure returns (uint256)
返回一个数字的绝对值。
uint256 ten = stdMath.abs(-10);