其实就是一个Url Rewrite。
[code=BatchFile]
RewriteRule /show\-a(\d+)\-b(\d+)\-c(\d+)\.html /show.php?a=$1&b=$2&c=$3
[/code]