最佳答案
是否有人知道如何检查 jquery 是否已经加载(使用 javascript) ,然后加载它,如果它没有被加载。
比如
if(!jQuery) {
//load jquery file
}