第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

為什么這個(gè) webm 不播放?

為什么這個(gè) webm 不播放?

Smart貓小萌 2023-01-06 16:09:14
我很困惑,因?yàn)?webm 沒有正確顯示。但是當(dāng)我將代碼更改為最低限度時(shí),<video controls><source src="http://i.imgur.com/91S22q6.webm" type="video/webm" codecs="vp8, vorbis" style="width: 100%; height: auto;></video>它就可以工作了……那么我的完整代碼是怎么回事,webm 不起作用?https://jsfiddle.net/2buqa04d/HTML<div class = "entry-body">  <div class = "entry-title">    <a href="http://i.imgur.com/91S22q6.webm">Title</a>  </div>  <div class= "entry-byline">    by John Smith  </div></div>JS$('.entry-body').each(function() {var hplink = ($(this).find('.entry-title').find("a").prop('href'));                        if (hplink.toLowerCase().match(/\.(webm)/g)) {                                                                                   $(this).find('.entry-byline').after('<div class="beforeembed"></div><div class="hpembed hpembedMW"><video controls><source src="'+hplink+'" type="video/webm" codecs="vp8, vorbis" style="width: 100%; height: auto;></video></div>');                        }            alert(hplink);});
查看完整描述

1 回答

?
楊__羊羊

TA貢獻(xiàn)1943條經(jīng)驗(yàn) 獲得超7個(gè)贊

代碼缺少一個(gè)"接近尾聲


$('.entry-body').each(function() {


var hplink = ($(this).find('.entry-title').find("a").prop('href'));


                        if (hplink.toLowerCase().match(/\.(webm)/g)) { 

                            

              

                            

            $(this).find('.entry-byline').after('<div class="beforeembed"></div><div class="hpembed hpembedMW"><video controls><source src="'+hplink+'" type="video/webm" codecs="vp8, vorbis" style="width: 100%; height: auto;"></video></div>');


                        }

            

alert(hplink);


});

在“高度:自動(dòng);”之后


查看完整回答
反對(duì) 回復(fù) 2023-01-06
  • 1 回答
  • 0 關(guān)注
  • 204 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)