/v1/user/[0-9]+/followlist
/v1/user/[0-9]+/follow
这两种字符串怎么样才能识别成两种不同的状态呢?
在 2017年7月15日,上午4:16,Ray Zhong <zhon...@gmail.com> 写道:/v1/user/[0-9]+/followlist/v1/user/[0-9]+/follow这两种字符串怎么样才能识别成两种不同的状态呢? -- --