https://github.com/lianbinghua

摘要: var Too = (function() { var $ = {}; $.cookie = function(name, value, options) { if (typeof value !== 'undefined') { options = options || {}; if (value === nul... 阅读全文
posted @ 2016-06-12 12:24 连冰华 阅读(452) 评论(0) 推荐(0)
摘要: var cookie = function(name, value, options) { if (typeof value !== 'undefined') { options = options || {}; if (value === null) { value = ''; ... 阅读全文
posted @ 2016-06-12 12:19 连冰华 阅读(686) 评论(0) 推荐(0)
摘要: var sendData = function(options) { var mat = options.url.match(/https?:\/\/([^\/]+)/); if (mat && location.host != mat[0]) { jsonp(options); } else { ... 阅读全文
posted @ 2016-06-12 12:18 连冰华 阅读(224) 评论(0) 推荐(0)