Answer the question
In order to leave comments, you need to log in
Why does Python library download through paycharm?
I tried to download the PIP library, but it didn't download.
Answer the question
In order to leave comments, you need to log in
Decision
function start_server(packages,router){
var registrPackages = {};
for (var key in packages) {
registrPackages[key] = {};
ajax.open('GET', key, false);
ajax.send(null);
eval(ajax.responseText);
for (var keys in func) {
registrPackages[key][keys] = func[keys];
}
}
return registrPackages;
}
var registrPackages = {};
var router = {
"/" : "kontrollers.Index",
"/game" : "kontrollers.Game"
}
var packages = {
"/js/src/supports/supports_html5.js" : "html5"
}
registrPackages = start_server(packages,router);
function test(){
alert(registrPackages["/js/src/supports/supports_html5.js"]["WebRTC"]());
}
test();
We're sorry, all the staff psychics are on vacation, so we're unable to see the error text displayed in your console, making it difficult to give a meaningful response. Try attaching the text of the error or contact later.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question