<form id="commentform" method="post" action="wp-comments-post.php">
<input type="text" aria-required="true" tabindex="1" size="22" value=""
id="author" name="author">
</form>
我将默认值“访客”设置为输入框。当焦点在文本框中或鼠标进入它时,我想隐藏“访问者”字符串并希望在失去焦点或鼠标移出时显示它。