相关疑难解决方法(0)

在Python中没有测试

这些不是无测试.

if val != None:

if not (val is None):

if val is not None:
Run Code Online (Sandbox Code Playgroud)

哪个更好,为什么?

python nonetype

636
推荐指数
4
解决办法
71万
查看次数

标签 统计

nonetype ×1

python ×1