摘要:
在controller里面写一个object返回类型的方法:如下 public object CoustomLabelWikiReuslt() { IDictionary<int, string> CoustomLabels = GetCoustomLabel(); IDictionary<int, int> LabelWikiCount = GetLabelWikiCount(); IList<int> ids = new List<int>(); IList<int> counts = new List<int>(); 阅读全文
posted @ 2011-05-13 12:15
八神吻你
阅读(716)
评论(0)
推荐(0)
浙公网安备 33010602011771号