listselect.htm

来自「请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都」· HTM 代码 · 共 24 行

HTM
24
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>鍒楄〃閫夋嫨</title>
<link rel="stylesheet" type="text/css" href="editor.css">
<script type="text/javascript">
<!--
function format(type,value){
	event.returnValue = false;
	window.returnValue = type;
	window.close();
}
//-->
</script>
</head>

<body>
<div id="divList" class="border" style="top:35px;left:26px;width:60px;height:40px;display:none;padding:1px;background:#ffffff;position:absolute;z-index:99;">
 <a class="n" onclick="format('Insertorderedlist');fHide('divList')" href="javascript:void(0)">鏁板瓧鍒楄〃</a>
 <a class="n" onclick="format('Insertunorderedlist');fHide('divList')" href="javascript:void(0)">绗﹀彿鍒楄〃</a>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?