随笔分类 -  ASP

摘要:using System;using System.Collections;using System.Collections.Generic;using System.Configuration;using System.Data;using System.IO;using System.Linq; 阅读全文
posted @ 2017-06-23 10:49 芜明-追星 阅读(1961) 评论(0) 推荐(0)
摘要:ASP函数大全 Array() FUNCTION: 返回一个数组 SYNTAX: Array(list) ARGUMENTS: 字符,数字均可 EXAMPLE: <% Dim myArray() For i = 1 to 7 Redim Preserve myArray(i) myArray(i) 阅读全文
posted @ 2016-10-20 09:39 芜明-追星 阅读(642) 评论(0) 推荐(0)