摘要:
To insert multiple rows in the table use executemany() method of cursor object. Syntax: cursor_object.executemany(statement, arguments) statement: str 阅读全文
摘要:
写正则的re_pattern时报了以下错误:sre_constants.error: unbalanced parenthesis 该报错信息说的是没有配平括号。 linux中有智能提醒括号的对应情况,检查一下即可。 阅读全文