代码如下:
<RewriterRule>
        <LookFor>~/searth_(\w*)/</LookFor>
        <SendTo>~/searth.aspx?keywords=$1</SendTo>
</RewriterRule>这样搜索连续的中文都是正常的,但中间带有“空格”或“标点符号”就不行了,不知道需要如何改善?