/// <summary> /// 初始化全局播放器 /// </summary> private void initialize_soundPlayer() { sp = new SoundPlayer(); sp.SoundLocation = SystemConfig.GetConfigData("music_url", string.Empty); }