手机电台广播在线收听 - fm 电台频道大全

欢迎在线收听音乐广播电台,还可以收听各大资讯新闻、音乐台、交通台、经济台、文艺台、都市台、体育台、双语台、综合台各大省的广播电台。

代码片段

pre(){
			if(this.curr_index>0){
				let pre_index = this.curr_index-1;
				let item      = this.lists[pre_index];
				this.changeAudio(item,pre_index);
			}else{
				FK.Utils.UToast("前面没有了 :(");
			}
			
		},
		next(){
			if(this.curr_index>(this.lists.length-1)){
				FK.Utils.UToast("后面没有了 :(");
			}else{
				let next_index = this.curr_index+1;
				let item      = this.lists[next_index];
				this.changeAudio(item,next_index);
			}
		},
		play(){
			if(this.is_play){
				this.audio.stop();
				this.is_play=false;
			}else{
				this.audio.play();
				this.is_play=true;
			}
		},
		changeAudio(row,index) {
			this.curr_index = index;
			
			this.audio.stop();
			this.item  = row;
			this.title = row.title;
			this.audio.src = row.url;
			this.audio.play();
			this.is_play = true;
		},
		notIn(url){
			return !this.fav_urls.includes(url);
		},
		change(value) {
			let tool_list  = this.old_lists;
			let tmp_list   = new Array;
			if(!value){
				this.lists = tool_list;
				return;
			}
			tool_list.forEach((item,index)=>{
				if(item.title.includes(value)){
					tmp_list.push(item);
				};
			})
			this.lists = tmp_list;
		},

 广播电台在线收听 - 一刀工具箱APP欢迎在线收听音乐广播电台,还可以收听各大资讯新闻、音乐台、交通台、经济台、文艺台、都市台、体育台、双语台、综合台各大省的广播电台。icon-default.png?t=M666https://tools.yidaotool.com/radio

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值