什么意思moz-nullprincipal? [英] What means moz-nullprincipal?

查看:135
本文介绍了什么意思moz-nullprincipal?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是一个小的Javascript。 (这是一个最小的例子。)

 < script> 
var now = new Date();
var minute = now.getMinutes();
if(minute <10)minute =0+ minute;
document.write(now.getHours()+:+ minute);
< / script>

这会在Firefox(16.0.2)中引发以下错误:
如果(分钟<10)分钟= 1分钟,

  nicht wohlgeformt 
moz-nullprincipal:{356ab095-a1ae-4ba6-a22c-1df0f260f702} 0+分钟;
-------------⬏

(nicht wohlgeformt:德语,意思是不合格。)



moz-nullprincipal的含义是什么。我没有发现任何关于这个错误的信息。这条线有什么问题?

解决方案

我使用关键字moz-nullprincipal,然后Google Toolbar发生错误。 / p>


(日文)
http://st777.seesaa.net/article/139189718.html


您应该重新安装新版Google工具栏。


Here is a small Javascript. (It is a ‘smallest example’.)

<script>
    var now = new Date();
    var minute = now.getMinutes();
    if (minute < 10) minute = "0" + minute;
    document.write(now.getHours() + ":" + minute);
</script>

This throws the following error in Firefox (16.0.2):

nicht wohlgeformt
moz-nullprincipal:{356ab095-a1ae-4ba6-a22c-1df0f260f702}
 if (minute < 10) minute = "0" + minute;
------------- ⬏

("nicht wohlgeformt": German, meaning ‘not wellformed’.)

What is the meaning of "moz-nullprincipal". I didn’t find anything informative about that error. What’s wrong with that line?

解决方案

I googled the keyword "moz-nullprincipal", then the error occurs by Google Toolbar.

(Japanese) http://st777.seesaa.net/article/139189718.html

The page said you should re-install new version of Google Toolbar.

这篇关于什么意思moz-nullprincipal?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆