摘要: +=, -=, /=, *= 在python是in-place 操作,要小心使用,特别是对于列表、张量、数组等数据类型,要谨慎使用+=, -=, /=, *=。 阅读全文
posted @ 2022-04-09 18:53 Picassooo 阅读(154) 评论(0) 推荐(0)