C# Winform编程(2)常用控件 常用控件 常用控件
标签,文本,按钮,列表框,组合框等的使用
Program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks…
python 对图片增加边框,logo贴图,获取图片exif参数,填写图片文本内容-CSDN博客
import tkinter as tk
from tkinter import ttk
import os
import glob
import json
import tkinter.messagebox as messagebox # 弹出提示框
from PIL import…