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