我正在编译cygwin上的Linux内核,我从下面的路径获得了上面的工具链。 https://cygwin.com/ml/cygwin/2012-06/msg00221.html
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top">
<!-- Identify your business so that you can collect the payments. -->
<input type="hidden" name="business" value="XXXXX">
<!-- Specify a Subscribe button. -->
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<!-- Identify the subscription. -->
<input type="hidden" name="item_name" value="Item Name">
<!-- Set the revised subscription price and terms. -->
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="a1" value="1">
<input type="hidden" name="p1" value="78">
<input type="hidden" name="t1" value="D">
<input type="hidden" name="a3" value="90.88">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="Y">
<!-- Set recurring payments until canceled. -->
<input type="hidden" name="src" value="1">
<!-- Let current subscribers modify only. -->
<input type="hidden" name="modify" value="2">
<input name="custom" value="user access token" type="hidden" />
<input type="hidden" name="notify_url" value="http://..." />
<input type="hidden" name="cancel_return" value="http://..." />
<input type="hidden" name="return" value="http://..." />
<input type="hidden" name="email" value="user email" />
<!-- Display the payment button. -->
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>