11
This commit is contained in:
parent
56ba6bd562
commit
49fc606c33
1
dm.py
1
dm.py
@ -278,7 +278,6 @@ class TableWidgetExample(QMainWindow):
|
||||
else:
|
||||
print("未匹配到任何子字符串")
|
||||
|
||||
|
||||
def generate_insert_sql(self, data):
|
||||
sql = "INSERT INTO `danmaku_list` (`id`, `cid`, `type`, `text`, `color`, `size`, `videotime`, `ip`, `time`) VALUES ('de9d5e3f5b7f9ea2197d35f383530643', NULL, 'right', '不错哦', '#FFFFFF', '27.5px', '48.275', '58.62.32.191', '1666319003')"
|
||||
return sql
|
||||
|
||||
Loading…
Reference in New Issue
Block a user