摘要: if Read_Mac_str == VBS_Mac_str: # 此处为解决问题的代码,其中tkinter为上方import的tkinter root = tkinter.Tk() root.withdraw() tkinter.messagebox.showinfo('提示', 'Write M 阅读全文
posted @ 2021-11-26 10:22 江南王小帅 阅读(97) 评论(0) 推荐(0)
摘要: #统一小写 Read_Mac_str = Read_Mac_str.lower() VBS_Mac_str = VBS_Mac_str.lower() 阅读全文
posted @ 2021-11-26 10:20 江南王小帅 阅读(415) 评论(0) 推荐(0)
摘要: Read_Mac_str = '' VBS_Mac_str = '' with open('./Check_Mac.txt', 'r') as f: for num, line in enumerate(f): if num == 10: print(line) Read_Mac_str = lin 阅读全文
posted @ 2021-11-26 10:19 江南王小帅 阅读(62) 评论(0) 推荐(0)
摘要: @echo off :main cls set str= set /p str= if not defined str exit cls echo. echo former:"%str%" :: 转换成大写 :: for %%i in (A B C D E F G H I J K L M N O P 阅读全文
posted @ 2021-11-26 10:16 江南王小帅 阅读(586) 评论(0) 推荐(0)