JiZiHe

导航

 
package base;

/**
* @author kaungshen
* @versioin 1.0
* @since 1.8
*/
public class Doc {
String name;

/**
* @author kaungshen
* @param name
* @return
* @throws Exception
*/

public String test(String name) throws Exception {
return name;

}
}
posted on 2022-04-17 22:54  努力努努力  阅读(59)  评论(0)    收藏  举报