不过也可以借助第三方评论平台,如多说、disqus等等,只需要插入一段JS脚本,其他的事情会由第三方评论平台自己完成
<!--最简单的评论框--><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form>
<table>
<tr>
<td>评论框</td>
<td>
<textarea>
</textarea>
</td>
</tr>
</table>
</form>
</body>
</html>