本文轉自:中國經濟網

( 編輯:王擎宇 ) if(language == 'aa'){ $('.content p').each(function(){ // console.log(1); if( /[\u4e00-\u9fa5]/ig.test($(this).text()) && $(this).text().match(/[\u4e00-\u9fa5]/ig).length/$(this).text().length >= 0.5){ $(this).css({'text-align':'left','direction':'ltr'}); } }); } // 處理頁面上多餘的視頻問題 $('.content video').each(function(i,t){ $(this).attr('src', $(this).attr('src')&&$(this).attr('src').match(/http:/ig)===null?'http:'+$(this).attr('src'):$(this).attr('src')); $(this).css('width','100%'); $(this).attr('controls','controls'); });

相關文章