The Echo method of EchoTest takes a string as a parameter, and it returns the same string.
EchoTest中的Echo方法获取字符串作为参数并返回相同的字符串。
2
Defines a method in the class called Echo that accepts a string as a parameter and returns a string as a result (functions and subs in classes are referred to as methods).