<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>网聚NO.1 - VBScript</title><link>http://wjno1.com/</link><description>欢迎来到网聚NO.1，希望您能得到帮助或者受到启发，让我们一起共同进步。 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright 网聚NO.1 Your WebSite. Some Rights Reserved.</copyright><pubDate>Thu, 09 Sep 2010 08:48:59 +0800</pubDate><item><title>VBScript中的循环及对策</title><author>383153740@qq.com (houlihu237)</author><link>http://wjno1.com/post/20081210627.html</link><pubDate>Wed, 10 Dec 2008 01:22:24 +0800</pubDate><guid>http://wjno1.com/post/20081210627.html</guid><description><![CDATA[<p>1.if.....then例：&lt;% dim ageage=18if age&lt;20 then response.write(&quot;你未满20周岁，还没有投票权&quot;)if age&gt;=20 then response.write(&quot;请记得去投下你神圣的一票哦！！&quot;)%&gt;2.if then.....end if 例：&lt;% dim ageage</p>]]></description><category>VBScript</category><comments>http://wjno1.com/post/20081210627.html#comment</comments><wfw:comment>http://wjno1.com/</wfw:comment><wfw:commentRss>http://wjno1.com/feed.asp?cmt=80</wfw:commentRss><trackback:ping>http://wjno1.com/cmd.asp?act=tb&amp;id=80&amp;key=7c2ca3f5</trackback:ping></item><item><title>VBScript的运算</title><author>383153740@qq.com (houlihu237)</author><link>http://wjno1.com/post/20081210221.html</link><pubDate>Wed, 10 Dec 2008 00:21:19 +0800</pubDate><guid>http://wjno1.com/post/20081210221.html</guid><description><![CDATA[<p>一、基本运算加法、用数学符号&ldquo;+&rdquo;号来表示，不仅数字与数字可以相加，字符串与字符串之间也可以相加，日期后面加上A天后的日期，用这个方法可以得知某一天后几天是几月几号了。减法、用数学符号&ldquo;-&rdquo;号来表示，字符串之间没有减法运算，但是在减法中允许有日期与数字之间的减法运算，表示在某日前几天的日期为何时。乘法、只能单纯作用在数字上，在VBScript上是用&amp;</p>]]></description><category>VBScript</category><comments>http://wjno1.com/post/20081210221.html#comment</comments><wfw:comment>http://wjno1.com/</wfw:comment><wfw:commentRss>http://wjno1.com/feed.asp?cmt=79</wfw:commentRss><trackback:ping>http://wjno1.com/cmd.asp?act=tb&amp;id=79&amp;key=f1590343</trackback:ping></item><item><title>VBScript变量的使用</title><author>383153740@qq.com (houlihu237)</author><link>http://wjno1.com/post/20081209186.html</link><pubDate>Tue, 09 Dec 2008 23:21:42 +0800</pubDate><guid>http://wjno1.com/post/20081209186.html</guid><description><![CDATA[<p>1）声明变量开头必须是一个字符；变量名称的长度要在253个字符之内；可以使用任何字符，数字及下划线，但不可以使用空格；不可以使用VBScript会用到的运算符号如：+、-、*、/等；不可以使用VBScript有用的保留字如：MID\DIV等。注：变量名称没有大小写之分，MyClass与myclass是同样的。2）变量的数据类型字符串、由一串字符组成的，包括任何英文字母、中文字、数据、符号等；整数、</p>]]></description><category>VBScript</category><comments>http://wjno1.com/post/20081209186.html#comment</comments><wfw:comment>http://wjno1.com/</wfw:comment><wfw:commentRss>http://wjno1.com/feed.asp?cmt=78</wfw:commentRss><trackback:ping>http://wjno1.com/cmd.asp?act=tb&amp;id=78&amp;key=1d06e4e6</trackback:ping></item></channel></rss>
