Is there a way to get the value of a Number object with JS? I tried: var aVal = theNumObj.message("int"); var aVal = theNumObj["int"]; I ...
確定! 回上一頁