Writing text on “div” using JavaScript

后端 未结 10 2540
难免孤独
难免孤独 2021-01-04 02:11

I\'m having some trouble whenever I want to add some text to my div tag, here\'s my code:




10条回答
  •  Happy的楠姐
    2021-01-04 02:28

    Its making another request to the server, which is causing the page to be rendered again.

    Just return false from writeComment.

提交回复
热议问题