actionscript 獲取未來 天的日期

2021-06-18 08:03:42 字數 419 閱讀 1094

for (var i:number = 1; i <= 10; i++)

function getoffsetdate(daysnum:number):date

function tracedate(someday:date):void

2023年1月18日執行,輸出如下:

2023年1月19日, 星期二

2023年1月20日, 星期三

2023年1月21日, 星期四

2023年1月22日, 星期五

2023年1月23日, 星期六

2023年1月24日, 星期日

2023年1月25日, 星期一

2023年1月26日, 星期二

2023年1月27日, 星期三

2023年1月28日, 星期四

Action script學習筆記。

action script基本語法 1 建立變數 var 變數名 型別 var a int 1 2.類的概念 action script中的類和其他物件導向中的類差不多,今天看到乙個基本的類object,很是通用。3.super 語句 呼叫方法或建構函式的超類或父版本。用法 super arg1,a...

ActionScript3 0 Socket程式設計

trace event.data convert the string into xml var response xml new xml event.data using e4x,access the success attribute of the test element node in th...

Flex通過ActionScript建立行為

部落格來自 flex中的行為由效果和觸發器組成。例如 button 控制項具有 mousedown 事件和 mousedowneffect 觸發器。使用者單擊按鈕時 mousedown 事件 例項化對應觸發器 mousedowneffect 觸發器 產生了效果 比如模糊效果 移動效果 旋轉效果 改變...