首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

数据类型,该怎么解决

2013-03-19 
数据类型Addresses (参数)xsd:anyURI[0..unbounded](类型)。 我用的是C#,这个是数组类型吗?我想让手机号包

数据类型
Addresses (参数)   xsd:anyURI  [0..unbounded](类型)。 我用的是C#,这个是数组类型吗?我想让手机号包含这个参数里面   
WebReference.sendSmsRequest send = new WebReference.sendSmsRequest();
send.Addresses = ??? (???是我想要输入的手机号)   c#
[解决办法]
send.smsSend(这里应该是手机号和短信内容等参数信息); //假设smsSend是webservice里的方法
[解决办法]

引用:
引用:应该是URI -- 统一资源定位符,一般是URL的数组

This datatype corresponds normatively to the XLink href attribute. Its value space includes the URIs defined by RFCs 2396 and 2732, bu……


Addresses 是什么类型? URi[]还是String[]?

热点排行