1234567891011121314151617181920212223 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>通用评论 demo</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css" media="screen" href="../static/css/comment.0.5.13.css" />
- </head>
- <body>
- <div>
- <h1>在非 React.js 项目中使用通用评论</h1>
- <p>使用多个 bisunessId</p>
-
- <button id="render">渲染评论 bid: test</button>
- <button id="re-render">重新渲染 bid: test1</button>
-
- <div id="comment"></div>
- </div>
-
- <script type="text/javascript" src="./example_multiple.js"></script>
- </body>
- </html>
|