import sqlite3 as dbconn=db.connect("D:\fncov.db")conn.create_function("sign", 1, lambda val: val and (val > 0 and 1 or -1))cur ...
確定! 回上一頁