摘要: /** * 根据命令 执行对时间 的操作 * @param_isAdd 默认添加 */ function addTimer(_order) { if (_order=="add") { if (daojishiTimer) { return; } daojishiTimer = new Timer( 阅读全文
posted @ 2020-03-11 22:51 我是cdt 阅读(147) 评论(0) 推荐(0) 编辑
摘要: import flash.filesystem.File; /** * 打开运行外部文件 * @param _pathUrl */ public static function openFile(_pathUrl:String) { var file:File = new File(_pathUrl 阅读全文
posted @ 2020-03-11 17:23 我是cdt 阅读(169) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-11 10:22 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-11 10:21 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-11 10:18 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
摘要: import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; /** * 读取文本 字符串 * @param _pathUrl 文本路径 * @return 字符 阅读全文
posted @ 2020-03-11 10:12 我是cdt 阅读(476) 评论(0) 推荐(0) 编辑