发表评论取消回复
相关阅读
相关 JS常用对象
History对象: 有关客户访问过的URL的信息。 名称 说明 back() 加载History列表中的上一个URL forward() 加载History列表
相关 js实现文件下载
1. window.location.href window.location.href = 'https://'; 2. window.location
相关 JS实现--流程控制(简单)
这种算是简单的流程控制吧,效果图如下 ![20200923155858566.gif][] 当点击数字会依次增加。 当点击禁用 再点击数字不会增加 当点击开启 再点击数
相关 js用FileSystemObject 对象实现文件控制
转自:[http://www.pinlue.com/article/2020/09/0719/0911204070528.html][http_www.pinlue.com_a
相关 js实现随机抽对象
需求: 点击抽取对象 每隔10ms 切换一张图片显示 图片随机显示 等待3s后 图片停止切换 注意:javascript里所需要的getRandom
相关 js用对象模拟switch
以前写switch: switch ( foo ) { case "bar": alert("the value was bar --
相关 分享一个收集到的文件和目录操作类FileSystemObject
using System; using System.Collections.Generic; using System.Text; using System.IO
相关 Scripting.FileSystemObject对象
<table> <tbody> <tr> <td style="font-weight:normal;font-size:15px;color:0000ff;
相关 FileSystemObject 的疑惑
在 Visual Basic 6.0 中使用 FileSystemObject 组件时发现了如下的问题: Dim FSO As FileSystemObject, R
还没有评论,来说两句吧...