我正在一个基于路径的具有多个主题的站点上工作:
<rules if-path="//">
<theme href="index.html"/>
</rules>
<rules if-path="/news">
<theme href="news.html"/>
</rules>
<rules if-path="/Members">
<theme href="news.html"/>
</rules>
...
现在我有一条规则,如果路径不是 /news,我想应用它。我怎样才能做到这一点?