brcode.html 287 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <form action="BrCode/printBrCode" method="post">
        请输入要打印的页数:<input type="text" name="page">
        <input type="submit">
    </form>
</body>
</html>