路径的含义是对应的执行动作,而不是目录名
执行动作
Delphi 代码是
mPath := Request.PathInfo;//
通过URL传递参数
http://localhost:8080/xiaoyin?XY=xiaoyin01
if Request.QueryFields.Values['XY'] = 'xiaoyin01' then