"use strict"; $(document).ready(function () { });
我收到了警告
'$'is not defined
( function ( $) { 'use strict'; $( document ).ready( function () { console.log( 'working!' ) }) } ( jQuery ) )