上面是将所有的数组变成了unicode,alert数组就可以看到了

解决方案 »

  1.   

    function noright(e){
    if(navigator.appName=='Microsoft Internet Explorer'&&(event.button==2))
     {
    warning =
    "    \n" +"     \u4E2D\u56FD\u84DD\u56FE\u6B22\u8FCE\u60A8\uFF01\n" +"    \n" +"\u662F\u5426\u73B0\u5728\u5C31\u8FDB\u5165\u4E2D\u56FD\u84DD\u56FE\u9996\u9875\uFF1F   \n"
    var agree = confirm(warning);
    if (agree !="0"){
    top.location="http://www.land-tour.com";}
    return false;}
    return true;}
    document.onmousedown=noright;