📄 query.php
字号:
<?
include_once("inc/auth.php");
?>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#E8E8E8" topmargin="5">
<center>
<form method="post" action="product_info.php" target="product_info" name="form1">
产品名称:
<input type="text" name="PRODUCT_NAME" size="10" class="BigInput">
<input type="submit" name="Submit" value="模糊查询" class="BigButton">
<input type="hidden" name="PRODUCT_ID" value="<?=$PRODUCT_ID?>">
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -