index.htm
来自「Matlab实现光线跟踪算法」· HTM 代码 · 共 16 行
HTM
16 行
<HTML> <HEAD> <TITLE>Let there be light!!</TITLE> </HEAD> <FRAMESET ROWS="20%,*"> <FRAME SCROLLING = "yes" NAME = "tittel" SRC ="title.htm" > <FRAMESET COLS="190,*"> <FRAME SCROLLING="yes" MARGINWIDTH="1" NAME="index" SRC="index1.htm"> <FRAME SCROLLING="yes" NAME="details" SRC="details.htm"> </FRAMESET> <FRAME SCROLLING="no" NAME="bottom" NORESIZE > <NOFRAME> If you cannot read this you better get a copy of Netscape! </NOFRAME> </FRAMESET>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?