@Test
  public void getNameByParam() {

    String name = "张三";
    System.out.println(springMVCDemo.getNameByParam(name));
  }