创建map放二维码的参数有什么用啊!我把hashmap删了也能生成二维码啊!这个hashmap起到什么作用?
HashMap hints=new HashMap();
hints.put(EncodeHintType.CHARACTER_SET, "utf-8");
hints.put(EncodeHintType.ERROR_CORRECTION,ErrorCorrectionLevel.M);
hints.put(EncodeHintType.MARGIN,2);