Commit 68d1f334 by BellCodeEditor

save project

parent 4e6a0e18
Showing with 2 additions and 1 deletions
......@@ -4,7 +4,7 @@ with open(r"C:\Users\Administrator\Desktop\Google Chrome.lnk","w",encoding="uft-
t1=file.read()
for i in t1:
if i=="想想想想":
i.replace("想想想想","xxxxx")
i.replace("想想想想","xxxxx")
new_data += iwith
with open(r"C:\Users\Administrator\Desktop\Google Chrome.lnk","w",encoding="uft-8")as file1:
file1.write(new_data)
\ 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