index.html
来自「一个对dicome 医学图片查看分析的开源代码」· HTML 代码 · 共 22 行
HTML
22 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
<meta name="Robots" content="noindex">
<title>openDICOM.NET API Reference (openDICOM# Class Library)</title>
<script language="JavaScript">
// ensure this page is not loaded inside another frame
if (top.location != self.location)
{
top.location = self.location;
}
</script>
</head>
<frameset cols="250,*" framespacing="6" bordercolor="#6699CC">
<frame name="contents" src="contents.html" frameborder="0" scrolling="no">
<frame name="main" src="openDicom.html" frameborder="1">
<noframes>
<p>This page requires frames, but your browser does not support them.</p>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?