有个webfrom的 的例子 但是mvc不知道怎么改?
源:
其中 gmap.js 和bmap是变化的 根据map_type 然后在js里面
var wimap = new wiseMap(, xxxx, xx, xx);
后台代码:
public string map_type = string.Empty;
protected void Page_Load(object sender, EventArgs e)
{
map_type = Request.Params["map_type"];
if (map_type == null || map_type == "")
{
map_type = "MAP_TYPE_BAIDU";
}
}
求大侠帮忙改成mvc的版本 谢谢!
- 3 回答
- 0 关注
- 491 浏览
添加回答
举报
0/150
提交
取消