添加TV电视直播方法:
<script>document.write('<iframe src="http://www.cctv6.com/live.html" width="100%" height="600px" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe>');</script>
上面的是JS生成的利于SEO,嫌免费可以直接用HTML调用。
<iframe src="http://www.cctv6.com/live.html" width="100%" height="600px" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe>