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