用户:可执行程序.exe查看:6 回复:15 评论:6 创建时间:2016-05-27T16:54:06
本文最后编辑于2016/5/27/16:31
对于编程猫脚本一多就会超级卡的问题我尝试了N多方法,
最后发现原来是编程猫这个网站的编写语言的问题,
编程猫是用html和js编写的,
这两种语言无法在短时间内处理大量数据,
所以我建议编程猫采用Adobe Flash Player制作。
编程猫其实使用了js文件:这是我截取的js网址 <script src="dist/js/third-party/yunxun-sdk/Web_SDK_Base_v2.1.0.js"> </script>
点赞0
评论
!function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={exports:{},id:n,loaded:!1};return e[n].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n=window.webpackJsonp_NIM_Web_SDK_v2_1_0;window.webpackJsonp_NIM_Web_SDK_v2_1_0=function(i,a){for(var s,c,u=0,l=[];u<i.length;u++)c=i[u],o[c]&&l.push.apply(l,o[c]),o[c]=0;for(s in a)e[s]=a[s];for(n&&n(i,a);l.length;)l.shift().call(null,t);return a[0]?(r[0]=0,t(0)):void 0};var r={},o={2:0};t.e=function(e,n){if(0===o[e])return n.call(null,t);if(void 0!==o[e])o[e].push(n);else{o[e]=[n];var r=document.getElementsByTagName("head")[0],i=document.createElement("script");i.type="text/javascript",i.charset="utf-8",i.async=!0,i.src=t.p+""+e+"."+({0:"Chatroom",1:"NIM"}[e]||e)+".js",r.appendChild(i)}},t.m=e,t.c=r,t.p=""}([,function(e,t,n){var r,o;!function(i,a){"use strict";r=a,o="function"==typeof r?r.call(t,n,t,e):r,!(void 0!==o&&(e.exports=o))}(this,function(){var
点赞0
评论