使用目标页面的sourceId,推荐(点我查看什么是sourceId) span id = sourceId::${sourceId} class = cy_cmt_count /span 使用目标页面的url span id = url::${topic_url} class = cy_cmt_count /span 使用目标页面的topicId span id = topicId::${topicId} class = cy_cmt_count /span 页面最后,需要添加如下代码 script i […]
使用目标页面的sourceId,推荐(点我查看什么是sourceId)
<span id = "sourceId::${sourceId}" class = "cy_cmt_count" ></span>
使用目标页面的url
<span id = "url::${topic_url}" class = "cy_cmt_count" ></span>
使用目标页面的topicId
<span id = "topicId::${topicId}" class = "cy_cmt_count" ></span>