I'm trying to do this var $ = require('jquery'); $("document").ready(function() { console.log('hello world'); }); It's not working.
確定! 回上一頁