Home > Back-end >  urgent
urgent

Time:09-29

//request method name

String className=joinPoint. GetTarget (). GetClass (). The getName ();

String methodName=signature. The getName ();

SysLog. SetMethod (className + "" + methodName +" () ");

What is the "+"? What do you mean? What is the role of

CodePudding user response:

+ operator overloading, joining together the meaning of,