第1步.MVC2 => MVC3 手动处理可以参考这个: http://www.asp.net/whitepapers/mvc3-release-notes#upgrading 使用工具 ASP.NET MVC 3 Application Upgrader http://aspnet.codeplex.com/releases/view/59008 这个工具要求VS2010的项目,sln文件头为: Microsoft Visual Studio Solution File, Format Ver
function z_alert(msg){ //创建提示框盒子,设置盒子的css样式 var msgBox=document.createElement("div"); msgBox.style.width="300px"; msgBox.style.borderRadius="5px"; msgBox.style.position="fixed"; msgBox.style.zIndex