【发布时间】:2011-10-20 21:29:59
【问题描述】:
问号 (?) 和冒号 (:) 是什么意思?
((OperationURL[1] == "GET") ? GetRequestSignature() : "")
出现在以下语句中:
string requestUri = _apiURL + "?e=" + OperationURL[0] + ((OperationURL[1] == "GET") ? GetRequestSignature() : "");
【问题讨论】:
标签: c# asp.net web-services