2012年4月30日
摘要: arrayObj.splice(start, deleteCount, [item1[, item2[, . . . [,itemN]]]])参数arrayObj必选项。一个 Array 对象。start必选项。指定从数组中移除元素的开始位置,这个位置是从 0 开始计算的。deleteCount必选项。要移除的元素的个数。item1, item2,. . .,itemN必选项。要在所移除元素的位置上插入的新元素。说明splice 方法可以移除从 start 位置开始的指定个数的元素并插入新元素,从而修改 arrayObj。返回值是一个由所移除的元素组成的新 Array 对象。要求版本 5.5J 阅读全文
posted @ 2012-04-30 23:02 chen110xi 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 最终效果如下:现贴出核心代码如下:aspx里的代码:复制代码代码如下:<div><div style="width: 200px;"><input type="file" size="50" name="File" /><span id="upload"></span><br /><input type="button" name="button" value="添加文 阅读全文
posted @ 2012-04-30 23:00 chen110xi 阅读(260) 评论(0) 推荐(0) 编辑
摘要: Why would you ever want to debug a classic ASP application in Visual Studio 2010 and IIS7? Well - legacy code and sites. So how to get it done? First, make sure your development machine is setup corre... 阅读全文
posted @ 2012-04-30 16:56 chen110xi 阅读(274) 评论(0) 推荐(0) 编辑