二维码内容是中文,显示问号是什么鬼
//定义二维码参数 HashMap hints = new HashMap(); //字符集 hints.put(EncodeHintType.CHARACTER_SET, "utf-8");