会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Joseph_Cooper
博客园
首页
新随笔
联系
订阅
管理
2020年10月6日
廖雪峰Python教程[使用SQLite]练习答案(参考)
摘要: # -*- coding: utf-8 -*- import os, sqlite3 db_file = os.path.join(os.path.dirname(__file__), 'test.db') if os.path.isfile(db_file): os.remove(db_file)
阅读全文
posted @ 2020-10-06 18:41 一匹二维马
阅读(165)
评论(0)
推荐(0)
公告