21 lines
642 B
HTML
21 lines
642 B
HTML
|
|
|
|
<style type="text/css">
|
|
|
|
</style>
|
|
<!--<script>-->
|
|
<!-- // 获取 iframe 元素-->
|
|
<!-- var iframe = document.getElementById("myIframe");-->
|
|
<!-- // 新的 URL-->
|
|
<!-- var newUrl = "/ZhiNengTuiJianCeLue.html"; // 你可以将新的 URL 存储在一个变量中或从其他地方获取-->
|
|
<!-- // 设置 iframe 的 src 属性为新的 URL-->
|
|
<!-- iframe.src = "/shp" + newUrl;-->
|
|
<!--</script>-->
|
|
|
|
<!--每次都要改-->
|
|
<div>
|
|
<iframe id="myIframe" width="100%" height="900px" src="./ZhiNengTuiJianCeLue.html"></iframe>
|
|
<!-- <iframe width="100%" height="900px" src="/ZhiNengTuiJianCeLue.html"></iframe>-->
|
|
</div>
|
|
|