var str = "/helloworld";
str = str.substr(1);  //helloworld

 

相关文章: