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。为什么会发生如何解决它?有没有办法