摘要:
问题:输入中文报错:Incorrect string value 步骤: 1.查看MySQL编码设置 show variables like '%character%'; 2.重新设置编码(注意:utf8) set character_set_client = utf8; set character 阅读全文
摘要:
学习来源:http://www.cnblogs.com/alex3714/articles/5885096.html'''school ="old boy"def change(name): global school #函数内修改全局变量 school = "wo de " #name = 'li 阅读全文