yangcclg
<script>
str="A";
code = str.charCodeAt();
str2 = String.fromCharCode(code);
str3 = String.fromCharCode(0x60+26);

document.write(code+\'<br />\');
document.write(str2+\'<br />\');
document.write(str3);
</script>

  

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2022-01-25
  • 2021-11-17
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案