Changes between Version 15 and Version 16 of jazz/09-01-04


Ignore:
Timestamp:
Jan 5, 2009, 1:13:19 AM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-01-04

    v15 v16  
    3131js> window.location = 'some.html';    ### 載入存在 DOM 的
    3232### 作者說在載入任何與 DOM 相關的程式碼之前,一定要先指定 window.location
    33 js> window.onload = function(){       ### 從這裡就可以開始寫自己的 JavaScript
     33js> window.onload = function(){       
     34### 從這裡就可以開始寫自己的 JavaScript
     35}
     36js> quit()                            ### 離開 Rhino
    3437}}}
    3538 * 另一個互動式 JavaScript Shell - [https://developer.mozilla.org/en/Introduction_to_the_JavaScript_shell SpiderMonkey]
     
    8184sleep(dt)                Sleep for dt seconds
    8285scatter(fns)             Call functions concurrently (ignoring errors)
    83 js>
     86js> quit()
    8487}}}
    8588