我正在尝试重写以下网址:
https://staging.sciencehook.com/featured/five-things-you-may-have-missed-over-the-weekend-76?amp
这些:
https://staging.sciencehook.com/featured/five-things-you-may-have-missed-over-the-weekend-76/amp
这是我的重写代码段:
public class RootObject
{
public int id { get; set; }
public string name { get; set; }
public Type type { get; set; }
public List<string> options { get; set; }
}
现在,此代码段实际上并未进行任何重写。请让我知道这里的问题。
谢谢!