weixin_39624094的博客带参宏的参数表表现未知字符 分析:例如“#define s(r|) r*r”中参数多了一个字符‘|’ error C2014: preprocessor command must start as first nonwhite space 中文对照:预处理命令前面只允许空格 分析:每一条...
skykou的博客则方法上需要添加@ResponseBody public class UnifiedExceptionHandler { /** * 未定义异常 */ @ExceptionHandler(value = Exception.class) //当controller中抛出Exception,则捕获 public R handleException...