JavaScript 在這個for循環(huán)當中, String.fromCharCode 獲取的是什么?相應的askii碼值?還是askii值 對應的字符?var str = "" ; for( var i=0; i<100; i++){????? str +=String.fromCharCode(i); } document.write(str);
JavaScript 在這個for循環(huán)當中, String.fromCharCode 獲取的是什么?
qq_唔叫咩_0
2018-05-01 20:51:55