1. What is aspect-oriented programming?(什么是面向切面编程?) Aspects help to modularize cross-cutting concerns.(切面帮助我们模块化横切关注点)In short, a cross-cutting concern can be described as any functionality that affects multiple points of an application.(简单来说, 一个横切关注