场景:
页面FirstViewController跳转到页面SecondViewController,并将FirstViewController中的数据传给SecondViewController。
1.在SecondViewController.h 中创建一个实例变量
2.在FirstViewController中包含 SecondViewController.h
3.在FirstViewController中创建一个UIButton的实例对象,并创建按键响应事件,当按键按下时会跳转SecondViewController.并将值值传给之前创建的实例变量。
4.跳转到SecondViewController后,打印valueString