//引入AVFoundation类库,设置播放模式就可以了
do { try AVAudioSession.sharedInstance().overrideOutputAudioPort(AVAudioSessionPortOverride.speaker) } catch _ { }