ParseQueryString("a=1&b=2&c=3"); //想得到"a:1,b:2,c:3" //nvc 為NameValueCollection,無法使用Select() list = new List<string>(); foreach (var ...
確定! 回上一頁