HTML 追加 HREF
HTML Append HREF
追加在 HTML 中到底是什么意思?
我的 disqus code 遇到了问题,我注意到教程告诉我这样做:
将 #disqus_thread 附加到 link 中的 href 属性。这将告诉 Disqus 要查找的 link 和 return 评论数。例如:<a href="http://foo.com/bar.html#disqus_thread">Link</a>
.
我不确定这到底是什么意思。我是否将其添加到主页按钮 link?
来自 jQuery 追加说明:
Description: Insert content, specified by the parameter, to the end of each element in the set of matched elements.
所以我认为你做得对。顺便说一句,你这样做有什么问题吗?
追加在 HTML 中到底是什么意思?
我的 disqus code 遇到了问题,我注意到教程告诉我这样做:
将 #disqus_thread 附加到 link 中的 href 属性。这将告诉 Disqus 要查找的 link 和 return 评论数。例如:<a href="http://foo.com/bar.html#disqus_thread">Link</a>
.
我不确定这到底是什么意思。我是否将其添加到主页按钮 link?
来自 jQuery 追加说明:
Description: Insert content, specified by the parameter, to the end of each element in the set of matched elements.
所以我认为你做得对。顺便说一句,你这样做有什么问题吗?