我正在重新訪問一個舊項目,為了使它現代化,我想將某個頁面從框架集轉換為使用iframes。問題是我不知道如何去做。
如何將下面的內容轉換成iframes?
<frameset framespacing="0" cols="160,*" border=0 frameborder=0>
<frame noresize src="menu.php" name="menu" scrolling="no">
<frameset rows="*,140" border=0 frameborder=0>
<frame src="output.php" name="output" scrolling="auto">
<frame src="input.php" name="input" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
<p>This web page uses frames but your browser doesn't
support them.</p>
</body>
</noframes>
</frameset>`
上一篇c mvc json
下一篇Vue多彈窗狀態