一:后台调用前台js的方法
ClientScript.RegisterStartupScript(ClientScript.GetType(), "myscript", "<script>Arch();</script>");
二:前台js调用后台的方法