課程
/前端開(kāi)發(fā)
/JavaScript
/Ajax全接觸
我剛開(kāi)始接觸AJAX ?需要哪些包 ?我第一個(gè)例子
2017-11-28
源自:Ajax全接觸 2-5
正在回答
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
</dependency>
也是初學(xué),我是直接導(dǎo)依賴的
丶子非魚(yú) 提問(wèn)者
舉報(bào)
本課程通過(guò)一個(gè)案例,講解Ajax的相關(guān)概念原理實(shí)現(xiàn)方式和應(yīng)用
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-11-29
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
</dependency>
也是初學(xué),我是直接導(dǎo)依賴的