首页
编程
java
php
前端
首页
编程
java
php
前端
python中十六进制转换
我想把客户端发送的十六进制数据,在服务端接收到后,按十六进制打印出来
print '%x' %data
点击展开全文