比如用C#的伪代码: method=taobao.user.buyer.get void Redirect(){ var method = Request["method"]; Response.Redirect(method); } 每个method对应一个函数,最好是能够自动化处理。