var my_str="Welcome to www.sharejs.com"
var i=my_str.length;
i=i-1;
for (var x = i; x >=0; x--)
{
document.write(my_str.charAt(x));
}

 

相关文章:

  • 2021-11-28
  • 2021-12-29
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-08-12
猜你喜欢
  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2021-08-01
相关资源
相似解决方案