Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead jquery.min.js:1:0
所用的 getPreventDefault() 已不赞成使用。请使用 defaultPrevented 替代。
所用的 getPreventDefault() 已不赞成使用。请使用 defaultPrevented 替代。
2016-04-05
var IMOOC = IMOOC || {};
如果IMOOC对象存在的话就使用IMOOC对象赋值,否则赋值为空对象
对JS进行模块化的管理
如果IMOOC对象存在的话就使用IMOOC对象赋值,否则赋值为空对象
对JS进行模块化的管理
2016-03-29
api.php中$params=$_POST;没有起作用,后来还是一直用$_POST,猜想老师愿意是想用$params的。
2016-03-20
自动注册我用老师的写法通过,查看说明文档后改成spl_autoload_register("autoload::load");可以正常运行使用。
2016-03-19
接口已经过时了,淘宝会返回: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' );
用这个方法来转格式,比在formatDate()里面转要简洁得多。
用这个方法来转格式,比在formatDate()里面转要简洁得多。
2016-03-13
给大家一个能够查到市区的API,http://virtual.paipai.com/extinfo/GetMobileProductInfo?amount=10000&mobile=1234567891
2016-03-13