【Python】如何判斷一個字符串爲空

#方法一 if oneString: print "not empty" else: print "empty" #方法二 if oneString == "": print "empty" else: print "not empty"
相關文章
相關標籤/搜索