首页
编程
java
php
前端
首页
编程
java
php
前端
python中~123 是啥意思
print(“~123 =”+str(~123))
~是按二进制位取反
~123取反之后是 -124
点击展开全文