我有:
<div id="short-description">
There is a text
</div>
和完整说明文字:
<div id="description">
Full text at the bottom of the page
</div>
我想在#short-description网址的末尾添加:
<script type="text/javascript">document.getElementById('short-description').innerHTML += '<br><a href="#description">Celý popis</a>';
它工作得很好但是可以添加平滑滚动到锚点吗? 谢谢! : - )