python的id()函数介绍 >>> a = 2 5>>> b = 2 5>>> c = b>>> a is cFalse>>> a = 2>>> b = 2>>> c = b>>> a is python编程 2022-04-09 147 点赞 2 评论 222 浏览