24h購物| | PChome| 登入
[學習]JavaScript 文章數:17
var greeting = "Ahoy";var greeting = "Ahoy";var greet = function() { console.log(greeting);};greet();var greet... (詳全文)
發表時間:2012-04-14 08:55:14 | 回應:0
var hello = function () { // Print hello on the console. console.log("i am saying hello");};hello();hello();va... (詳全文)
發表時間:2012-04-14 08:44:00 | 回應:0
第一頁      ‹上一頁       1 .  2 .
第 2 / 2 頁 , 共 17 筆           
TOP