BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <frameset cols="50%,*,25%"> <frame noresize="noresize" src="frame_a.htm"> <frame src="frame_b.htm"> <frame src="frame_c.htm"> </frameset> </html>
运行结果