電腦世界的紛紛擾擾。
import os import urllib.parse def isURL(path): return not os.path.isdir(path)\ and not os.path.isfile(path)\ and urllib.parse.urlparse(path).scheme != ""
張貼留言
沒有留言:
張貼留言