求是网文章有无评论功能
求是网文章有无评论功能
如果你指的是公众平台自身以群发的形式发出去的文章的话,目前确实是没有评论功能的。至于为什么没有这功能就不好说了,有可能是腾讯还没开发这个功能,也有可能是别的方面的限制,不排除以后会有这个功能的限制。
网页中每篇文章后面的评论功能是怎么实现?拜托各位了 3Q
先用表单功能建一个留言模板即你说的评论功能,然后再建一个来连接数据库。 我还是给你看看我的吧,不过你要做下修改哦! 我的留言模板是: <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <html> <head> <title>用户留言</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style type="text/css"> <!-- a:link { color: #000000; text-decoration: none; } a:visited { text-decoration: none; color: #000000; } a:hover { text-decoration: none; color: #FF9900; } a:active { text-decoration: none; color: #000000; } .style2 {font-size: 16} --> </style></head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (分页.psd) --> <table id="__01" width="1005" height="1453" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td height="209" colspan="5" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="1005" height="209" valign="top" align="right" background="../images/01.jpg"> <a href="#" style="cursor:hand"; onClick="orite_(,)">加入收藏</a> <a href="#" style="cursor:hand"; onClick="or='url(#default#homepage)';ePage_()">设为首页</a> </td> </tr> </table></td> </tr> <tr> <td height="122" colspan="5" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="1005" height="122" valign="top"> <img src="../images/02.jpg" alt="" width="1005" height="122" border="0" usemap="#Map"></td> </tr> </table></td> </tr> <tr> <td height="924" colspan="2"> <img src="../" width="68" height="924" alt=""></td> <td width="864" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="864" height="924" valign="top" background="../images/04.jpg" align="center"> <div align="left" class="style2"> <div align="left"> <% set conn=Object("tion") dbpath=h("../") "provider=.4.0;data source=" & dbpath set rs=Object("set")%> <table width="90%" border="1" cellspacing="0" bordercolor="#E3D3B2"> <tr><td colspan="3" align="center"><strong>大家好!欢迎您在本网页对2008北京奥运会进行留言!</strong></td> </tr> <tr><td>内容</td><td>用户名</td><td>发表时间</td></tr> <%sql="select * from 留言 order by 发表时间 desc" sql,conn do while not %> <tr><td><%=rs("内容")%></td><td><%=rs("用户")%></td><td><%=rs("发表时间")%></td></tr> <% xt loop%> </table> <br> <br> <%if session("yhid")<>"" then%> </div> </div> <form action="" method="post" class="style2"> <div align="left"> <table> <tr><td>留言内容:</td><td><textarea cols="40" rows="5" name="lynr"></textarea></td></tr> </table> <input type="submit" value="发表"> <input type="reset" value="重置"> </div> </form> <div align="left" class="style2"> <div align="left"> <%end if%> </div> </div></td> </tr> </table></td> <td colspan="2"> <img src="../" width="73" height="924" alt=""></td> </tr> <tr> <td width="41" rowspan="2"> <img src="../" width="41" height="197" alt=""></td> <td height="161" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="919" height="161" valign="middle" align="center" background="../images/07.jpg">2009 大赛组委会 @ All rights reserved.<br> 奥ICP备00000000号<br> Email:<a href="mailto:"></a><br> Tel: </td> </tr> </table></td> <td width="45" rowspan="2"> <img src="../" width="45" height="197" alt=""></td> </tr> <tr> <td colspan="3"> <img src="../" width="919" height="36" alt=""></td> </tr> <tr> <td> <img src="../images/分隔符.gif" width="41" height="1" alt=""></td> <td width="27"> <img src="../images/分隔符.gif" width="27" height="1" alt=""></td> <td> <img src="../images/分隔符.gif" width="864" height="1" alt=""></td> <td width="28"> <img src="../images/分隔符.gif" width="28" height="1" alt=""></td> <td> <img src="../images/分隔符.gif" width="45" height="1" alt=""></td> </tr> </table> <!-- End ImageReady Slices --> <map name="Map"> <area shape="rect" coords="79,12,212,73" href="../" alt="首页"> <area shape="rect" coords="255,8,385,71" href="" alt="联想新闻"> <area shape="rect" coords="429,10,558,73" href="" alt="产品展示"> <area shape="rect" coords="607,10,737,72" href="" alt="用户注册"> <area shape="rect" coords="781,12,920,72" href="" alt="用户留言"> </map> <% set rs=nothing set conn=nothing %> </body> </html> 连接数据库的是: <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " "> <html xmlns=" 1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> </head> <body><% set conn=Object("tion") dbpath=h("../") "provider=.4.0;data source=" & dbpath lynr=("lynr") yhm=session("yh") fbsj=now() sql="insert into 留言(内容,用户,发表时间)values('"&lynr&"','"&yhm&"','"&fbsj&"')" e sql ct "" set rs=nothing set conn=nothing %> </body> </html>
为什么微信公众平台的文章没有评论功能?或者怎样二次开发可以实现???怎样设置对接接口??
微信公众平台文章的评论功能目前是处于内测邀请的阶段,一般腾讯会邀请你开通原创保护,同时可以开通文章评论功能。这个目前自己无法自主申请。同时通过第三方设置的话,这个不是微信图文上的,这个是在网页上自主开发
上一篇:湖北函授大学学报是报纸吗
下一篇:新课程杂志一年一共多少期