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