好的,最后一个问题。我有两个输入,只有一个正在打印。我知道我的 jquery 是错误的,但我该如何修复它以打印两者?
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="jquery-1.10.2.min.js"></script>
<script src="script.js"></script>
</head>
<title>Hello world</title>
<body>
<form id="games">
First Input: <input type="text" name="input1" placeholder="Write stuff in me"/><br/>
Second Input: <input type="text" name="input2" placeholder="And in me"/><br/>
<br/>
<button