与其他Javascript类库冲突解决方案时间:2022-08-12 20:16:47 $(document).ready(function() { var $jq = jQuery.noConflict(); $jq('#id').show(); });