linux iz23zz8nve3z 是3.8内核吗
发布网友
发布时间:2022-05-06 19:58
我来回答
共2个回答
热心网友
时间:2023-09-14 12:43
UE.plugins['iknowFilter'] = function () {
this.addOutputRule(function (root) {
root.traversal(function (node) {
switch( node.tagName ) {
case 'img':
//过滤图片的多余属性
var currSrc = node.getAttr('src'),
_currSrc = node.getAttr('_src');
node.setAttr();
currSrc && node.setAttr('src', currSrc);
_currSrc && node.setAttr('_src', _currSrc);
break;
}
});
});
};
热心网友
时间:2023-09-14 12:43
用uname -a命令看内核版本。