var joWork = ((JObject) x).Properties() .Where(p => p.Value.Type == JTokenType.String).ToList(); 我最终得到一个 List<JProperty> .
確定! 回上一頁