? if let body = message.body{? }以上寫法報(bào)如下錯(cuò)誤: 改成如下寫法即可:?if let body = message.bodyas? [String:Any] {? }