JS函数无效可能对象不支持此属性或方法
JS函数无效或者对象不支持此属性或方法
<input id="delMember" type="button" onclick="delMember(this);" />
以上代码出错,无法执行delMember();
原因为函数名和ID相同。