Nginx Regex问题与重写

时间:2019-06-04 08:33:43

标签: regex nginx webserver

我正在尝试重写以下网址:

  

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; }
}

现在,此代码段实际上并未进行任何重写。请让我知道这里的问题。

谢谢!

0 个答案:

没有答案