天天看點

JS中,把一個數字轉換為字串

代碼:

var value = 77;
document.getElementById("div_java_call_js").innerHTML = String.fromCharCode(value);       

繼續閱讀