关于jquery写法的问题?
phper
phper 2017-01-24 10:51:15
0
2
1109

jquery只有这样一种写法么?

phper
phper

reply all(2)
数据分析师

Questions about how to write jquery? -PHP Chinese website Q&A-Questions about how to write jquery? -PHP Chinese website Q&A

Let’s take a look and learn.

迷茫

其实还有另外的写法

$(function(){
    alert("hello world");
});

如上这样的写法也是可以的,会弹出 hello world

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template