您当前位置:编程帮手 > 知识 > 知识 > FineUI > 常用代码 > 内容
代码库
2014-06-24 16:16:16 访问(3153) 赞(0) 踩(0)
/// /// 重定向一个地址 /// /// public static void WindowLocation(string url) { FineUI.PageContext.RegisterStartupScript("window.location = \"" + ConvertStringQuot(url) + "\"; "); }
上一条:
下一条: