brcode.html 287 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 <!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>