表单与php交互
2018-10-31 本文已影响16人
dab7927433f9
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>表单与PHP交互</title>
</head>
<body>
<form action="http://localhost/MyService/service.php" method="post">
用户名:<input type="text" name="name" />
密 码:<input type="password" name="password" />
<br />
<input type="submit" value="提交" />
</form>
</body>
</html>
表单与php交互
表单与php交互
表单与php交互