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