Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的应用程序中实现贝宝,它纯粹是基于客观的 C 语言的。
我该怎么做?我搜索了很多但找不到任何适当的指导?
Paypal 有一个相当广泛的 SOAP API 可供外部使用。Cocoa 对 SOAP 的支持不是最好的,但您可能可以通过这些 API 获得一些工作。
我通过在 Paypal 中创建一个按钮来完成它。创建按钮后,Paypal 会为该按钮提供一个 HTML 链接,以便在电子邮件中使用。完成后,可以使用 NSURL 和 [[NSWorkspace sharedWorkspace] openURL: ] 的组合打开链接。