{$cfg_webname}
主页 > 外文翻译 > 计算机翻译 >

ASP基础语言

来源:wenku163.com  资料编号:WK1635593 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1635593
资料介绍
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:
推荐资料