中文字符串前面加u
如:
title =u"你好"
contents = "m"
ids="13"
cur.execute("INSERT INTO bb VALUES (?,?,?)",title,contents,ids)