Changes between Version 15 and Version 16 of jazz/09-01-04
- Timestamp:
- Jan 5, 2009, 1:13:19 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-01-04
v15 v16 31 31 js> window.location = 'some.html'; ### 載入存在 DOM 的 32 32 ### 作者說在載入任何與 DOM 相關的程式碼之前,一定要先指定 window.location 33 js> window.onload = function(){ ### 從這裡就可以開始寫自己的 JavaScript 33 js> window.onload = function(){ 34 ### 從這裡就可以開始寫自己的 JavaScript 35 } 36 js> quit() ### 離開 Rhino 34 37 }}} 35 38 * 另一個互動式 JavaScript Shell - [https://developer.mozilla.org/en/Introduction_to_the_JavaScript_shell SpiderMonkey] … … 81 84 sleep(dt) Sleep for dt seconds 82 85 scatter(fns) Call functions concurrently (ignoring errors) 83 js> 86 js> quit() 84 87 }}} 85 88