HTTP API 参考(V2.0.01) ... country String 中转仓所在的国家 firstName String 收货人的名称 lastName String 收货人的姓 ...
基于1个网页-相关网页
The second case expression uses a wildcard for the firstName part of Person but matches against the constant string Neward in the lastName part and wildcards against the age part.
第二个 case 表达式 在 Person 的 firstName 部分使用了一个通配符,但在 lastName 部分使用常量字符串 Neward 来匹配,在 age 部分使用通配符来匹配。
In Listing 4, firstname is a string that is specified at runtime.
在清单4中,firstname是一个在运行时指定的字符串。
The HelloMessageApi class defines a hello_message API method that takes two string parameters, firstname and lastname, and returns a string value. The hello_message_api.rb script is shown below.
HelloMessageApi 类将定义 hello_message API 方法,该方法将获取两个字符串参数,名字和姓氏,并返回字符串值。
应用推荐