论文部分内容阅读
经常上网的朋友肯定对“http://host/***.asp?arg1=*&arg2=”之类的URL(即网址)不会陌生。这类网址的作用就是通过在URL后面附加信息内容来传递相关信息给远程Web服务器,并在Web服务器进行适当处理后将结果返回给客户端,从而达到网页交互的目的,并实现网页内容动态化。(注意:URL与信息内容之间通过“?”连接,各内容字段之间则通过字符“&”来分隔,每个字段的名称/取值表示为“名称=取值”形式。)但通过这种方式实现的动态网页均需要服务器端编程技术的支持,最近笔者在制作个人网站
Often friends online certainly “URL: http: //host/***.asp? Arg1 = * & arg2 =” (ie URL) is not unfamiliar. The purpose of this type of web site is to pass the relevant information to the remote web server by appending the information content behind the URL and return the result to the client after the web server performs appropriate processing so as to achieve the purpose of webpage interaction and to realize the web content dynamic . (Note: The URL is linked with the content by “?”, And the content fields are separated by the character “&”, and the name / value of each field is expressed as “name = value”.) However, This approach to achieve dynamic web pages require server-side programming technology support, the author in the production of personal website