Python 内置的**hex()** 函数用于将10 进制整数转换成16 进制整数可以使用[**int()**](python-27-func-int.html) 方法将16 进制转换成10 进制## 语法```python he ...
確定! 回上一頁