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 182 点赞 2 评论 275 浏览