<script> /* 列印物件*/ var a = {id:1, name:"wbkuo", age:18}; console.log(a); /* 可用printf 的顯示方式*/ var b = "cool"; var c = "tool"; ...
確定! 回上一頁