Full text · 原文
929 字
class="article-content cont">
<br>
begin-->为确保中国专利文献国际专利分类号(IPC)的准确性和有效性,自2026年1月1日起,国家知识产权局启用IPC(2026.01版),对中国专利文献进行分类及公布公告。<br>
与IPC(2025.01版)相比,新版IPC共修订分类号1615个,其中新增分类号517个,删除分类号206个。<br>
为方便新版IPC的学习使用,国家知识产权局译制了IPC(2026.01版)相关资料,包括IPC分类表、分类定义及新旧版本对照表等,可通过国家知识产权局官方网站获取。<br>
地址:https://www.cnipa.gov.cn/col/col3161/index.html<br>
特此通知。<br>
国家知识产权局<br>
2025年12月31日<br>
end-->
<br>
$(function() {
<br>
$($("img").get().reverse()).each(function() {
<br>
if($(this).attr("src").indexOf("http://172.16.21.2") !== -1){
<br>
$(this).attr("src",$(this).attr("src").replace("http://172.16.21.2", ''));
<br>
}
<br>
});
<br>
});
<br>
$("#通知").addClass("on");
<br>
.article-content{font-size:16px!important;} p>img{display:block;margin:0 auto!important;}.article-content>img{display:block;margin:0 auto!important;}
<br>
window.onload= function(){
<br>
$("img").each(
<br>
function(){
<br>
var str;
<br>
str = $(this).attr("src").replace("/transfer/pub/gzjqy/images//", "/");
<br>
$(this).attr("src",str);
<br>
}
<br>
);
<br>
}