os.path模块检查文件是否存在的函数是( )。
A.isdir(path)
B.exists(path)
C.isfile(path)
D.splitext(path)
出自:国家开放大学Python程序设计