path: '/@:username',
这样匹配 /@xxx 这样的用户名。但是有.的用户名匹配不了。 比如 /@xxx.xxx. 这样要怎么弄哦?
好多正则写法都不好用。 /@:username([\w\d\.]+)
应该是在更上面一层就被跳过了。是需要设置上面吗?