Commit 75ef4144 by xiaoqi

utf-8

parent 200a4a45
Showing with 0 additions and 3 deletions
# -*- coding: utf-8 -*-
import sys
import convert_webp_2_mp4
# sys.argv 是一个列表,第一个元素是脚本名,后续是传递的参数
script_name = sys.argv[0] # 脚本名
webp_path_or_dir = sys.argv[1] # 第一个参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment