JS实现跳转到指定的div:
<div id="porft-me">
</div>
portf.onclick=function(){
window.location.hash = "#porft-me";
}<div id="porft-me">
</div>
porJS实现跳转到指定的div:
<div id="porft-me">
</div>
portf.onclick=function(){
window.location.hash = "#porft-me";
}<div id="porft-me">
</div>
por