Not enough arguments[nsIDOMWindow.alert]

alert();
[attachment=258]


不符合W3C标准
原来写法
functionaddrole(){
    alert();
}

应该写成
functionaddrole(){
  window.alert("1546548325");
}