problem description
I use aop to intercept a series of methods with insert, such as
void insertA (string a _ line string b)
void insertB (string a _ line string c)
void insertC (string a _ line string d)
void insertD (string a _ line string e)
then judge its parameter, and if the parameter name is a, change its value to "hello world".