摘要: var ShowDlg = function ShowDlg() { } ShowDlg.prototype.animate = function(msg) { alert(msg); } var listeners = []; func = new ShowDlg(); listeners.push(func); ... 阅读全文
posted @ 2019-05-24 22:31 咸鱼翻身 阅读(107) 评论(0) 推荐(0) 编辑
摘要: Gradle各版本集合 http://services.gradle.org/distributions/ Android Studio各版本集合 http://www.android-studio.org/index.php/download/hisversion/ 阅读全文
posted @ 2019-05-24 22:31 咸鱼翻身 阅读(387) 评论(0) 推荐(0) 编辑