标签:输入 ext 文本 utf-8 doctype 文档 标题 nbsp eset
<!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> </head> <body> <form action="save.php" method="post" > <label>个人简历</label> <textarea cols="50" row="10" >在这里输入内容</textarea> <input type="submit" value="确定" name="submit" /> <input type="reset" value="重置" name="reset" /> </form> </body> </html>
标签:输入 ext 文本 utf-8 doctype 文档 标题 nbsp eset
原文地址:http://www.cnblogs.com/Riona-C/p/7091737.html