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,