Home > Web Front-end > JS Tutorial > body text

Function example code for converting characters into ASCII values ​​in JS_javascript skills

WBOY
Release: 2016-05-16 17:13:32
Original
1062 people have browsed it

Character to ascii code: use charCodeAt();
ascii code to character: use fromCharCode();

Look at a small example

Copy the code The code is as follows:

Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template