PHP基础PHP教程php框架JavaScript
asp.netAJAX正则表达式ASP
JS代码:
var str="hello(world)"; var nstr = str.replace(/\([^\)]*\)/g,"");