四大组件 之一 广播接受者 BroadcasetRecevice Android中信息传递的机制:
go 方法接受者 是指针类型和非指针类型的 区别 非指针类型 package main import "fmt" // 定义接口 type Car interface { GetName