level 1
白领集团
楼主
<input type="text" id="content" />
<input type="button" value="播放" onclick="visi()" />
<script type="text/javascript">
function visi(){
var con = document.getElementById("content").value;
var ad = "网址"+con+"#";
window.open("http://"+ad,"_self");
}
</script>
</ul>
</div>
<ul class="fed-list-info fed-part-rows">
</ul>
</div>
<iframe src="网址" width="100%" height="700px" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes">
</iframe>
2020年01月02日 15点01分
1
<input type="button" value="播放" onclick="visi()" />
<script type="text/javascript">
function visi(){
var con = document.getElementById("content").value;
var ad = "网址"+con+"#";
window.open("http://"+ad,"_self");
}
</script>
</ul>
</div>
<ul class="fed-list-info fed-part-rows">
</ul>
</div>
<iframe src="网址" width="100%" height="700px" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes">
</iframe>