摘要: // --file.js-- function getJSON(url, callback) { let xhr = new XMLHttpRequest(); xhr.onload = function () { callback(this.responseText) }; xhr.open("G 阅读全文
posted @ 2018-01-16 11:10 RichErp 阅读(115) 评论(0) 推荐(0)