Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead jquery.min.js:1:0
所用的 getPreventDefault() 已不贊成使用。請使用 defaultPrevented 替代。
所用的 getPreventDefault() 已不贊成使用。請使用 defaultPrevented 替代。
2016-04-05
一個小時聽得津津有味,老師講得很清晰,代碼寫得非常清爽,看起來就特舒服,學(xué)習(xí)這種嚴(yán)謹(jǐn)。感謝老師。
2016-04-04
var IMOOC = IMOOC || {};
如果IMOOC對象存在的話就使用IMOOC對象賦值,否則賦值為空對象
對JS進(jìn)行模塊化的管理
如果IMOOC對象存在的話就使用IMOOC對象賦值,否則賦值為空對象
對JS進(jìn)行模塊化的管理
2016-03-29
api.php中$params=$_POST;沒有起作用,后來還是一直用$_POST,猜想老師愿意是想用$params的。
2016-03-20
自動注冊我用老師的寫法通過,查看說明文檔后改成spl_autoload_register("autoload::load");可以正常運(yùn)行使用。
2016-03-19
接口已經(jīng)過時了,淘寶會返回:We are sorry, but Chrome API does not allow to get a response body for redirect.
2016-03-14
$data=mb_convert_encoding( $response, 'UTF-8', 'UTF-8,GBK,GB2312,BIG5' );
用這個方法來轉(zhuǎn)格式,比在formatDate()里面轉(zhuǎn)要簡潔得多。
用這個方法來轉(zhuǎn)格式,比在formatDate()里面轉(zhuǎn)要簡潔得多。
2016-03-13
給大家一個能夠查到市區(qū)的API,http://virtual.paipai.com/extinfo/GetMobileProductInfo?amount=10000&mobile=1234567891
2016-03-13