📄 index.php
字号:
<?php
include_once( "../auth.php" );
include_once( "inc/utility_all.php" );
echo "\r\n<html>\r\n<head>\r\n<title>区号邮编</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n\r\n</head>\r\n<body onload=\"document.form1.AREA.focus()\">\r\n<font color=blue size=+2><b>区号邮编查询</b></font>\r\n<br><br>\r\n<form action=\"search.php\" method=\"post\" name=\"form1\">\r\n地区:<input type=\"text\" name=\"AREA\" size=\"10\"><br>\r\n区号:<input type=\"text\" name=\"TEL_NO\" size=\"10\"><br>\r\n邮编:<input type=\"text\" name=\"POST_NO\" size=\"10\"><br>\r\n<input type=\"hidden\" name=\"P\" value=\"";
echo $P;
echo "\">\r\n<input type=\"button\" value=\"返回\" onClick=\"history.back();\"> \r\n<input type=\"submit\" value=\"查询\">\r\n</form>\r\n\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -