var str="hello(world)";
var nstr = str.replace(/\([^\)]*\)/g,""); 

  

 

 

相关文章: