Python中返回SQL字段名
摘要:
def ReturnInfo(self, avalue, akey): cursor = connection.cursor() if type(avalue) == int: Sql = "select * from %s where %s=%s" % (self.table, akey, ava 阅读全文
posted @ 2016-03-21 15:29 小作一个 阅读(1863) 评论(0) 推荐(0)
浙公网安备 33010602011771号