from pathlib import Path. import os. parent = Path(__file__).parent. car_pic = os.path.join(parent, 'Data' , 'Pics' , 'Car.png' ) ...
確定! 回上一頁