NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsIDOMWindow.alert]

Not enough arguments [nsIDOMWindow.alert]
 
alert();
[转载]Not <wbr>enough <wbr>arguments <wbr>[nsIDOMWindow.alert]不
不符合W3C标准
原来写法
function addrole(){
    alert();
 }
应该写成
function addrole(){
  window.alert("1546548325");
 }
 
火狐不支持空的alert();

你可能感兴趣的:(alert)