SharePoint页面: http://test:81/pages/nihao.aspx
页面超链接:<a href="www.baidu.com" >百度</a>
点击:打开的链接是 http://test:81/pages/www.baidu.com
如果要打开“百度”,则超链接需要这样输入<a href="http://www.baidu.com" >百度</a>
如下:对应的链接打开对应的地址
<a href="/" >测试链接</a> //http://test:81
<a href="/ss" >测试链接</a> //http://test:81/ss
<a href="ss/cc" >测试链接</a> //http://test:81/pages/ss/cc