【发布时间】:2011-06-27 12:25:10
【问题描述】:
WSS 和 MOSS 2007 的版本名称是否相同?
response = urllib2.urlopen(url)
print response.info().getheader('MicrosoftSharePointTeamServices')
我正在使用上面的 python 代码通过站点 URL 获取共享点版本的版本。
WSS:MicrosoftSharePointTeamServices:12.0.0.4518 MOSS:MicrosoftSharePointTeamServices:12.0.0.4518 SP2010:MicrosoftSharePointTeamServices:14.0.0.4762
所以我现在很困惑,因为对于 MOSS 和 WSS,它返回相同的版本 id。为什么会发生如何解决它? 有什么办法可以
【问题讨论】:
标签: python sharepoint version response-headers