java 开发微信授权获取code 有时候code null,是什么原因导致的,如何解决。求各路英雄好汉
收起
刚才已经回答了,code没有赋值,code还是初始化的null。应该写成code = request.getParameter("code"); 应该是可以的
报告相同问题?