#!/usr/bin/env python import os cwd = os.getcwd() url = "www.example.com/images/dog.png" fullname = os.path.join(cwd, url) path, ...
確定! 回上一頁