<script>
require(['js/math','js/jquery'],function(math,$){
$('body').append('<p>5566</p>')
alert(math.add(1,1))
})
</script>
全部js程式碼如上,
兩種寫法,一種是寫require.config
另一種如上,但這樣寫報$ is not a function ,
我的問題是jq直接引路徑行不行?
我看這段程式碼好像沒什麼問題,可能是require.config有錯