邹景立 il y a 8 ans
Parent
commit
8a4b49911a
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 16 0
      pay.html

+ 16 - 0
pay.html

@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>支付测试</title>
+</head>
+<body>
+<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
+    <input type="hidden" name="cmd" value="_s-xclick">
+    <input type="hidden" name="hosted_button_id" value="ALKUF7U5J5M2L">
+    <input type="image" src="https://www.paypalobjects.com/zh_XC/C2/i/btn/btn_buynowCC_LG.gif" border="0" name="submit"
+           alt="PayPal——最安全便捷的在线支付方式!">
+    <img alt="" border="0" src="https://www.paypalobjects.com/zh_XC/i/scr/pixel.gif" width="1" height="1">
+</form>
+</body>
+</html>