四大組件 之一 廣播接受者 BroadcasetRecevice Android中信息傳遞的機制:
go 方法接受者 是指針類型和非指針類型的 區別 非指針類型 package main import "fmt" // 定義接口 type Car interface { GetName