<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>癫狂蚊子的痴狂世界 &#187; array</title>
	<atom:link href="http://www.askgame.com.cn/index.php/game/tag/array/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askgame.com.cn</link>
	<description>一切对我而言都是游戏! Everything is Game!</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:58:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>asp中数组的写法以及由此的牢骚</title>
		<link>http://www.askgame.com.cn/index.php/game/251</link>
		<comments>http://www.askgame.com.cn/index.php/game/251#comments</comments>
		<pubDate>Mon, 14 Dec 2009 16:24:21 +0000</pubDate>
		<dc:creator>癫狂蚊子</dc:creator>
				<category><![CDATA[我的代码世界]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[数组]]></category>

		<guid isPermaLink="false">http://www.askgame.com.cn/?p=251</guid>
		<description><![CDATA[最近在搞老张朋友的一个单子，制定用ASP写，ASP简单，但未想还是遇到了一些问题，老张是用TABLE做的页面，有些地方就不是很好循环，主要是那些tr,td什么的，很是麻烦，不想重新设计，由于只显示4条数据，于是我就想到了用数组的方法，但未想ASP中的数组的做法和其他的很是不一样。现总结如下： 定义数组的方法 dim arrName(length) as String 实际上 直接用dim arrName()就可以了 给数组赋值 arrName(index)=String 如：arrName(0)=&#8217;篮球话报&#8216; 不过貌似数组的长度和AS中是不一样的 实现添加数值，类似push的功能 redim preserve arrName(new length) 这个让我很不爽 如果你不加preserve 的话 原数组当中的数值貌似全清空了 有这几个够用了！ 牢骚： DIV+CSS套程序真是好套，我们的网页设计师还是用DIV+CSS吧！！ ASP真不愧为一个要被淘汰的语言！虽然现在还很多人在用！但真的不好用！]]></description>
		<wfw:commentRss>http://www.askgame.com.cn/index.php/game/251/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

