<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <script src="jquery-1.11.1.min.js" type="text/javascript" charset="utf-8"></script> <script src="jquery-3.5.1.min.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> $(document).ready(function() { console.log($.fn.jquery); // 常用 放棄$使用權 書寫的最后一個 也就是版本高的一個 $.noConflict(); console.log($.fn.jquery); var version = $.noConflict(true); console.log(jQuery.fn.jquery); console.log(version.fn.jquery); }); </script> </head> <body> </body> </html>

轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/187374.html
標籤:Html/Css
上一篇:僅使用Css屬性實作文本限制行數
下一篇:僅使用Css屬性實作文本限制行數
