你是说添加方法或过程?pvaite bool void myMethodName(){ //Your Methods}myMethodName是你的方法名称bool是返回的结果类型,用return返回。不需要返回结果直接去掉