2010-08-21 12:08:01
sedo
View Mode: Normal | Article List
May, 2006 | 1

IIS URLRewrite 匹配任何字符

[ 2006-05-16 16:55:15 | Author: 振华 ]
{[^\/<>=()'";:.^]+} 或 ([^\/<>=()'";:.^]+)

包括中文在内,除了"/" "\" ">" "<" "=" "(" ")" ";" ":" "." 这10个特殊字符外其他一律匹配
1