As shown below:
function test(){ var c=""; for(var i=1;i<65536;i++){ if((i%10)==0){ c+=i+':\t'+(i)+'\t'+'\n';}else{ c+=i+':\t'+(i)+'\t';} } (c); }
The above is the full content of the character method in the JavaScript output AscII code extension set brought to you. I hope everyone supports me~