下面是部分代码,有表结构,有数据,直接运行就行 sqlserver脚本 INSERT [dbo].[User_City] ([Id], [province], [citycode], [citycode2], [city]) VALUES (1, N'11', N'1100', N'110000', N'北京市') INSERT [dbo].[User_City] ([Id], [province], [citycode], [citycode2], [city]) VALUES (2, N'11', N'1101', N'110100', N'北京市市辖区') INSERT [dbo].[U