Box 程序
# -*- coding: utf-8 -*- def get_last_photo_path(): try: path = open('/ramfs/last_mv_pic', 'r').read().strip() except: path = '' return path