ASP基础语言

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:
asp基础语言
ASP是构建动态网页应用的被实践证明了的技术,为你需要创建任何的东西从一个基于图片库个人网页到一个完整的目录,为你的下一个商业项目提供全面的系统提供了强大的功能和灵活性。asp唯一的特性即让你选择你最喜欢的脚本语言,像JAVAScript 或者VBScript,然而VBScript是至今为止最流行的脚本语言。在本文中,我将带你学习VBScript的基本syntax,包括变量,操作数和控制结构。
本文是ASP系列教程的第二本,该系列教程的目标是教你一切你需要了解使用ASP创建动态网页。本文需要在掌握在系列教程的前面部分,从asp学起,不要遗漏。
变量
 这里列出了在前面部分我帮你创建的asp脚本的开头:

所译外文资料附件
asp Language Basics
Active Server Pages (ASP) is a proven, well-established technology for building dynamic Web applications, which provides the power and flexibility you need to create anything from a personal, Web based photo gallery to a complete catalogue and shopping cart system for your next eCommerce project。 One unique feature of asp is that it lets you choose your favourite scripting language, be it JAVAScript or VBScript; however, VBScript is by far the most popular choice. In this article, I'll bring you up to speed on the basic syntax of the VBScript language, including variables, operators, and control structures.
This article is the second in a series teaching ASP. Specifically, the goal of this series is to teach you all you need to know to create dynamic Web sites using ASP. This article picks up right where the previous article in the series, Getting Started with asp, left off.
Variables
Here is the listing for the first asp script I helped you create in the previous article: