lqder 发表于 2023-9-29 17:44 不能直接读取当前目录下的文件吗?大佬 算了,可能需要一定基础,我写了个简单的GUI,凑合着用吧 https://hrh123.lanzoul.com/imvBT1a70zkj
lqder 发表于 2023-9-29 17:12 同一个文件里面的python这个函数就好了 def delete_chars(text, head, tail): new_text = "" lines = text.split("\n") for line in lines: if head >= len(line): continue else: new_line = line[head:-tail] new_text += new_line + "\n" return new_text
hrh123 发表于 2023-9-29 17:13 [md]python这个函数就好了 ```python def delete_chars(text, head, tail): 主要不会py啊 ,能不能打包成exe用?
hrh123 发表于 2023-9-29 17:21 https://hrh123.lanzoul.com/iILC61a6z5fi 用法: 打开终端 Microsoft Windows [版本 10.0.14393] (c) 2016 Microsoft Corporation。保留所有权利。 C:\Users\Administrator>C:\Users\Administrator\Desktop\main.exe a.txt b.txt 5 8 这样?
lqder 发表于 2023-9-29 17:26 Microsoft Windows [版本 10.0.14393] (c) 2016 Microsoft Corporation。保留所有权利。 差不多,试试