SOURCE

console 命令行工具 X clear

                    
>
console
<ul class="other-links">
    <li><a onclick="setHome()">设为首页</a></li>
    <li><a onclick="addFavorite()">加入收藏</a></li>
    <li><a href="contact.html">联系我们</a></li>
</ul>
.other-links li{
    display: inline-block;
}
.other-links li:after{
    content: '|';
}
.other-links li:last-child:after{
    content: '';
}
.other-links li a{
    padding: 0 10px;
}