实现这种功能需要使用脚本语言,
php脚本就可以完成,但是php运行需要搭建环境(此处省略很多字....):
登录名:
a.php文件代码
//将表单中的username值获取到,写到a.txt中
file_get_contents($_POST['username'],'a.txt');
?>