我在 wordpress 中使用此代码来显示 jquery,但它没有显示。
if (typeof jQuery == 'undefined'){
document.write(unescape("%3Cscript src="<?php bloginfo('template_directory'); ?>/js/jquery.js" type='text/javascript'%3E%3C/script%3E"));
}
我在 wordpress 中使用此代码来显示 jquery,但它没有显示。
if (typeof jQuery == 'undefined'){
document.write(unescape("%3Cscript src="<?php bloginfo('template_directory'); ?>/js/jquery.js" type='text/javascript'%3E%3C/script%3E"));
}