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.
我尝试了各种代码转换器,但在运行应用程序时它给了我错误。
myCustomer.Card = new StripeCreditCardOptions() { TokenId = token };
myCustomer.Card = New StripeCreditCardOptions() With { .TokenId = token }