How to keep user's input printed?
问题 I'm trying to add a comments from user, so I just tried to read the input and send it to print it , but the problem is that the printed input disappears as soon as I refresh the page or enter another input. so I want to keep all user's appearing always even when refreshing the page or re-entering a new comment. code : <div> <input type="text" name="comments" placeholder = "Your comment goes here .. " class = "sug-box" id = "UserComment"> <button class = "send-box" onclick="go()">Add</button>