📄 getindex.php
字号:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>鍙栧緱鐢㈠搧璩囨枡</title>
</head>
<?php
$t_rowid =$_GET[curr_row];
$t_jspath=$_GET[jspath];
$t_jsname=$_GET[jsname];
$t_LEI =$_GET[LEI];
?>
<frameset cols="150,*" frameborder="no" border="0" framespacing="0">
<frame src="getleft.php?curr_row=<?echo $t_rowid;?>&jspath=<?echo $t_jspath;?>&jsname=<?echo $t_jsname;?>" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="getlist.php?curr_row=<?echo $t_rowid;?>&jspath=<?echo $t_jspath;?>&jsname=<?echo $t_jsname;?>" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -