<!DOCTYPE html> <html> <head> <title>扫码支付页面</title> <style> body { font-family: Arial, sans-serif; text-align: center; } .qr-code { width: 200px; height: 200px; margin: 50px auto; } </style> </head> <body> <h1>扫码支付</h1> <div class="qr-code"> <!-- 生成的支付二维码图片 --> <img src="payment_qr_code.png" alt="支付二维码"> </div> <p>请使用支付宝或微信扫描上方二维码进行支付</p> </body> </html> [2024-06-29 10:30:22 | AI写代码神器 | 317点数解答]