摘要:
练习题1-全局替换程序: 1.写一个脚本,允许用户按以下方式执行时,即可以对指定文件内容进行全局替换 python your_script.py old_str new_str filename2.替换完毕后打印替换了多少处内容 1.txt的内容: 代码: 执行脚本: 修改文件内容的思路: 以读的方 阅读全文
摘要:
编码(encode) 与 解码 ( decode ) str.encode(): bytes.decode(): 阅读全文
摘要:
我先把1.txt的内容贴出来: 安装方式 :pip3 install chardet 解释: 阅读全文