注意:
"."需要用"\"来转义
"."需要用"\"来转义
<rule>
<note>进入指定pid的章节</note>
<from>^/novels/([A-Za-z0-9]{15})([0-9]+)\.html$</from>
<to>/getChapter?cnovelid=$1&cno=$2</to>
</rule>