<%
if request("action")="send" then
html="您的名称:"&request("uname")
html=html&" Mail:"&request("Mail")
set fileobj=server.CreateObject("scripting.filesystemobject")
mypath=server.MapPath("/")&"/log.txt"
if fileobj.fileexists(mypath)=false then
set text=fileobj.createtextfile(mypath)
text.close
end if
set text=fileobj.opentextfile(mypath,8)
text.writeline html
text.close
response.Write""
end if
%>

这章主要讲的是着手设计前,与客户的沟通内容及简要思路。
小型企业网站尚且需要事先的交流与思考,营销型网站则更不用说。带着没弄明白的问题往下去做,越做,偏差只会越大,在这方面请不要抱任何侥幸心里。磨刀不误砍柴工这个道理人人都知道,具备一个清晰的思路,往往才是提高工作效率与质量的最有力因素。
- 1


By:诸平 in:
0 Comments
Tags: 








