欢迎来到天天文库
浏览记录
ID:36541403
大小:3.94 MB
页数:41页
时间:2019-05-09
《Web开发基础-ASP编程》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Web开发基础VBScript&ASPprogramming赵刚OutlineVBScriptASPADOessentialofwebdevelopment2WhatisVBScript?VBScriptisoneof“Script”language“Script”languageislight-weightprogramminglanguageVBScriptlight-weightversionofVisualBasicVBScriptinHTMLdocument,runwhendocumentisloadedor“
2、Trigger”byeventessentialofwebdevelopment3WheretouseVBScriptinHTMLdocument?
3、nctionsisloadedbeforeitiscalled。bodyApieceofVBScriptcode.runwhenthepageisloaded。essentialofwebdevelopment5
4、nt6Variablesdimnamename=somevalueorname=somevalueoptionexplicitdimnamename=somevalueessentialofwebdevelopment7essentialofwebdevelopment8SubtypeofVariant类型描述Empty未初始化的Variant,对数值变量值为0,对字符串变量值为0长度字符串Null不包含有任何有效数据的ViariantBoolean值只能是true或falseByte包含O~255之间的整数Intege
5、r包含-32768~32767之间的整数Currency包含-922337203685477~922337203685477.5807之间的数字Long包含-2147483648~2147483647之间的整数Single包含单精度浮点数,负数范围从-3.402823E38到-1.401298E~45,正数范围从1.401298E~45到3.402823E38Double包含双精度浮点数,负数范围从-1.79769313486232E308到-4.94065645841247E~324,正数范围从4.9406564584
6、1247E-324到1.79769313486232E308Date包含表示日期的数字,日期范围为公元100年1月1日~公元9999年12月31日String字符串,最大字符串长度为20亿个字符Object对象子变量Error包含错误编号VBScriptOperators:Mathessentialofwebdevelopment9VBScriptOperators:Comparisonessentialofwebdevelopment10VBScriptOperators:Logicessentialofwebdeve
7、lopment11VBScriptStringConcatenationOperatoressentialofwebdevelopment12Sub&functionSubmysub(argument1,argument2)somestatementsEndSub--------CallMyProc(argument)Functionmyfunction(argument1,argument2)somestatementsmyfunction=somevalueEndFunction---name=findname()e
8、ssentialofwebdevelopment13ConditionalStatementsifpayment="Cash"thenmsgbox"Youaregoingtopaycash!"elseifpayment="Visa"thenmsgbox"Youaregoingtopaywithvisa."elseif
此文档下载收益归作者所有