当使用Python在内存中压缩文件时,我得到function add_my_menu_bar() {
wp_enqueue_script('my_menu_bar',"path-to-the-js-file.js", array("jquery"), false, true);
}
add_action('get_header','add_my_menu_bar');
。我使用cStringIO.StringIO作为内存缓冲区流。请遵循以下代码:
MemoryError (out of memory)
关于如何解决它的任何想法?
提前致谢。 Michael Coelho。