func post(Notification)
Posts a given notification to the notification center.
与えられた通知を通知センターに投函します。
func post(name: NSNotification.Name, object: Any?, userInfo : [AnyHashable : Any]?)
Creates a notification with a given name, sender, and information and posts it to the notification center.
通知をある与えられた名前、センダー(送り手)、そして情報から作成して、それを通知センターに投函します。