Commit 00069088 by BellCodeEditor

save project

parent 5cd7dc6e
Showing with 4 additions and 5 deletions
with open(r'D:\DSC\DSC.txt','a',encoding = 'utf-8') as DSCHA1: with open(r'D:\DSC\DSC.txt','r',encoding = 'utf-8') as DSCHA1:
for date in DSCHA1: for date in DSCHA1:
if'SC:100000000000000本' in date: if 'SC:100000000000000' in date:
print('SC数据在文件中') print('SC数据在文件中')
\ No newline at end of file
\ No newline at end of file
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