有個(gè)webfrom的 的例子 但是mvc不知道怎么改?
源:
?
其中?gmap.js 和bmap是變化的 ?根據(jù)map_type 然后在js里面?
var wimap = new wiseMap(, xxxx, xx, xx);
后臺(tái)代碼:
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的版本 ?謝謝!
mvc 動(dòng)態(tài)加載js 求大俠幫忙看看
尚方寶劍之說(shuō)
2018-12-07 01:44:36