1 Star 0 Fork 0

Solitary pursuit of defeat/code_repository

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
案例02.py 293 Bytes
一键复制 编辑 原始数据 按行查看 历史
Solitary pursuit of defeat 提交于 2023-05-24 11:51 . 11
#使用代码输出sql语句文件中的所有行
file=open('apitest.sql', encoding='utf-8') #打开文件,文件内容存入对象中
for hang in file: #循环遍历文件对象,获得并处理每一行数据,hang是一行字符串
print(hang, end='')
file.close() #关闭文件
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yuanliangliang_repotory/cede_repotory.git
git@gitee.com:yuanliangliang_repotory/cede_repotory.git
yuanliangliang_repotory
cede_repotory
code_repository
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385