python 判斷字符串是否爲空用什麼方法?

s=' ' if s.strip()=='': print 's is null' 或者 if not s.strip(): print 's is null'
相關文章
相關標籤/搜索