摘要: componentDidMount(){var elem = document.getElementById('iframe');; var elem = document.getElementById("iframe"); requestFullScreen(elem); function req 阅读全文
posted @ 2017-01-02 20:23 Isuty 阅读(12890) 评论(0) 推荐(0) 编辑
摘要: if (!Array.prototype.find) { Array.prototype.find = function(predicate) { 'use strict'; if (this == null) { throw new TypeError('Array.prototype.find  阅读全文
posted @ 2017-01-02 20:21 Isuty 阅读(6015) 评论(0) 推荐(1) 编辑