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