文件操作 - wp-polyfill-node-contains.js
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/bicar--it/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js
编辑文件内容
(function() { function contains(node) { if (!(0 in arguments)) { throw new TypeError('1 argument is required'); } do { if (this === node) { return true; } } while (node = node && node.parentNode); return false; } // IE if ('HTMLElement' in this && 'contains' in HTMLElement.prototype) { try { delete HTMLElement.prototype.contains; } catch (e) {} } if ('Node' in this) { Node.prototype.contains = contains; } else { document.contains = Element.prototype.contains = contains; } }());
修改文件时间
将文件时间修改为当前时间的前一年
删除文件