Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个名称为/foo/**/bar或的频道/foo/**/buz。这支持吗?
/foo/**/bar
/foo/**/buz
通配符只能位于路径的末尾,并用单个星号表示,例如foo/bar/*
foo/bar/*
在最新版本的 faye 中,您只能订阅通配符频道,不能发布。
不幸的是,没有办法得到匹配后通配符的值。