最近实验室要用ckeditor,踩了几个小坑记录下。

1.出现iframe跨域问题

response.setHeader("X-Frame-Options", "SAMEORIGIN");或者在websecurityconfig中添加http.headers().frameOptions().disable();

2.接参一定要注意前台file的name是什么

05-19 06:47