默认显示的是英文,如果需要显示中文,则需要为ScriptManager添加EnableScriptGlobalization="true" EnableScriptLocalization="true"如下<asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization="true" EnableScriptLocalization="true" /> 相关文章: