Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - pri2.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: Tengine
Date: Sat, 17 May 2025 12:41:10 GMT
Content-Type: text/html
Content-Length: 262
Connection: keep-alive
Location: https://pri2.com/
Via: kunlun9.cn7174[,0]
Timing-Allow-Origin: *
EagleId: b4a3921d17474856702267254e

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://pri2.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: Tengine
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Date: Sat, 17 May 2025 12:41:11 GMT
Vary: Accept-Encoding
Set-Cookie: PHPSESSID=r9nejgo8rr6ckm8663ers60t9l; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Strict-Transport-Security: max-age=31536000
Via: cache41.l2et2-2[436,0], kunlun1.cn7174[440,0]
Timing-Allow-Origin: *
EagleId: b4a3921517474856714644364e

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: pri2.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<link rel="dns-prefetch" href="//apps.bdimg.com">
<meta http-equiv="X-UA-Compatible" content="IE=11,IE=10,IE=9,IE=8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-title" content="">
<meta http-equiv="Cache-Control" content="no-siteapp">
<title>张月红律师 - 十余年专注于宁波婚姻财富法律</title>
<link rel='dns-prefetch' href='//apps.bdimg.com' />
<link rel='stylesheet' id='yarppWidgetCss-css' href='https://pri2.com/wp-content/plugins/yet-another-related-posts-plugin/style/widget.css?ver=5.2' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://pri2.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' />
<link rel='stylesheet' id='bbp-default-css' href='https://pri2.com/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.14-6684' type='text/css' media='screen' />
<link rel='stylesheet' id='_bootstrap-css' href='https://pri2.com/wp-content/themes/2018112408284658/css/bootstrap.min.css?ver=5.2' type='text/css' media='all' />
<link rel='stylesheet' id='_fontawesome-css' href='https://pri2.com/wp-content/themes/2018112408284658/css/font-awesome.min.css?ver=5.2' type='text/css' media='all' />
<link rel='stylesheet' id='_main-css' href='https://pri2.com/wp-content/themes/2018112408284658/css/main.css?ver=5.2' type='text/css' media='all' />
<script type='text/javascript' src='//apps.bdimg.com/libs/jquery/1.9.1/jquery.min.js?ver=5.2'></script>
<script id="wccp_pro_disable_selection" type="text/javascript">
//<![CDATA[
var image_save_msg='You cant save images!';
	var no_menu_msg='Context menu disabled!';
	var smessage = "<b>温馨提示:</b> 本站启用内容保护,禁止复制";

function disable_hot_keys(e)
{
	var key2;
	
		if(window.event)
			  key2 = window.event.keyCode;     //IE
		else
			key2 = e.which;     //firefox (97)
	if (key2 == 123)//F12 chrome developer key disable
		{
			show_wccp_pro_message('You are not allowed to print or save this page!!');
			return false;
		}
		
	var elemtype = e.target.tagName;
	
	elemtype = elemtype.toUpperCase();
	
	if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT")
	{
		elemtype = 'TEXT';
	}
	
	if (e.ctrlKey)
	{
		var key;
    
		if(window.event)
			  key = window.event.keyCode;     //IE
		else
			key = e.which;     //firefox (97)

		//if (key != 17) alert(key);
		if (elemtype!= 'TEXT' && (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85  || key == 86 || key == 43))
		{
			 show_wccp_pro_message('<b>温馨提示:</b> 本站禁止复制内容或查看源码');
			 return false;
		}
		
				
		var ctrl_s_option = 'checked';
		
		if (key == 83 && ctrl_s_option == 'checked')//Ctrl+s 83
		{
			show_wccp_pro_message('You are not allowed to print or save this page!!');
			return false;
		}		
				var ctrl_p_option = 'checked';
			 
		if (key == 80 && ctrl_p_option == 'checked')//Ctrl+p 80
		{
			show_wccp_pro_message('You are not allowed to print or save this page!!');
			return false;
		}		
	else
		return true;
    }
}



"use strict";

document.addEventListener("keydown", function (event) {

  //console.log(event);

  //document.body.innerHTML = "\n    &nbsp;&nbsp;&nbsp;\n    <b>which: " + event.which + "</b>\n    <br>&nbsp;\n    <b>keyCode:</b> " + event.keyCode + "\n    <br>&nbsp;&nbsp;&nbsp;\n    <b>shiftKey:</b> " + event.shiftKey + "\n    </br>&nbsp;&nbsp;&nbsp;&nbsp;\n    <b>altKey:</b> " + event.altKey + "\n    <br>&nbsp;&nbsp;&nbsp;\n    <b>ctrlKey:</b> " + event.ctrlKey + "\n    <br>&nbsp;&nbsp;\n    <b>metaKey:</b> " + event.metaKey + "\n  ";

  if(event.shiftKey){
	  event = event || window.event;

        if (event.stopPropagation)
            event.stopPropagation();

        event.cancelBubble = true;
        return false;
	  //show_wccp_pro_message('fdgs');
  }
  
  });

  
function disable_copy(e)
{
	var excluded_classes = '' + '';
	
	var class_to_exclude = '';
	
	class_to_exclude = e.target.className;
	
	if(class_to_exclude != '' && excluded_classes.includes(class_to_exclude))
	{
		target.style.cursor = "text";
		return true;
	}
	
	//disable context menu when shift + right click is pressed
	var shiftPressed = 0;
	var evt = e?e:window.event;
	if (parseInt(navigator.appVersion)>3) {
		if (document.layers && navigator.appName=="Netscape")
			shiftPressed=(evt.modifiers-0>3);
		else
			shiftPressed=evt.shiftKey;
		if (shiftPressed) {
			if (smessage !== "") show_wccp_pro_message(smessage);
			var isFirefox = typeof InstallTrigger !== 'undefined';   // Firefox 1.0+
			if (isFirefox) {alert (smessage);}
			return false;
		}
	}
	
	if(e.which === 2 ){
	var clickedTag_a = (e==null) ? event.srcElement.tagName : e.target.tagName;
	   show_wccp_pro_message(smessage);
       return false;
    }
	var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
	var elemtype = e.target.nodeName;
	elemtype = elemtype.toUpperCase();
	var checker_IMG = 'checked';
	if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail == 2) {show_wccp_pro_message(alertMsg_IMG);return false;}
    if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "EMBED")
	{
		if (smessage !== "" && e.detail == 2)
			show_wccp_pro_message(smessage);
		
		if (isSafari)
			return true;
		else
			return false;
	}	
}
function disable_copy_ie()
{
	var excluded_classes = '' + '';
	
	var class_to_exclude = '';
	
	class_to_exclude = e.target.className;
	
	if(class_to_exclude != '' && excluded_classes.includes(class_to_exclude))
	{
		target.style.cursor = "text";
		return true;
	}
	
	var elemtype = window.event.srcElement.nodeName;
	elemtype = elemtype.toUpperCase();
	if (elemtype == "IMG") {show_wccp_pro_message(alertMsg_IMG);return false;}
	if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED")
	{
		//if (smessage !== "") show_wccp_pro_message(smessage);
		return false;
	}
}	
function reEnable()
{
	return true;
}
document.onkeydown = disable_hot_keys;
document.onselectstart = disable_copy_ie;
if(navigator.userAgent.indexOf('MSIE')==-1)
{
	document.onmousedown = disable_copy;
	document.onclick = reEnable;
}
function disableSelection(target)
{
    //For IE This code will work
    if (typeof target.onselectstart!="undefined")
    target.onselectstart = disable_copy_ie;
    
    //For Firefox This code will work
    else if (typeof target.style.MozUserSelect!="undefined")
    {target.style.MozUserSelect="none";}
    
    //All other  (ie: Opera) This code will work
    else
    target.onmousedown=function(){return false}
    target.style.cursor = "default";
}
//Calling the JS function directly just after body load
window.onload = function(){disableSelection(document.body);};
//]]>
</script>
<script type="text/javascript">
	
	window.addEventListener("keyup", dealWithPrintScrKey, false);
	
	function dealWithPrintScrKey(e) 
	{
		// gets called when any of the keyboard events are overheard
		var prtsc = e.keyCode||e.charCode;

		if (prtsc == 44)
		{
			document.getElementById("prntscr_disable_field").className = "showme";
			
			var copyDiv = document.querySelector('#prntscr_disable_field');
			
			copyDiv.select();
			
			document.execCommand('Copy');

			var urlField = document.querySelector('#prntscr_disable_field');

			var range = document.createRange();
			// set the Node to select the "range"
			range.selectNode(urlField);
			// add the Range to the set of window selections
			window.getSelection().addRange(range);

			// execute 'copy', can't 'cut' in this case
			document.execCommand('copy');
			
			//window.getSelection().removeAllRanges();
			document.getElementById("prntscr_disable_field").className = "hideme";

			show_wccp_pro_message('You are not allowed to print or save this page!!');
		}
	}
	</script>
<style>
	@media print {
	body * { display: none !important;}
		body:after {
		content: "WARNING:  UNAUTHORIZED USE AND/OR DUPLICATION OF THIS MATERIAL WITHOUT EXPRESS AND WRITTEN PERMISSION FROM THIS SITE'S AUTHOR AND/OR OWNER IS STRICTLY PROHIBITED! CONTACT US FOR FURTHER CLARIFICATION.  "; }
	}</style>
<script id="wccp_pro_disable_Right_Click" type="text/javascript">
	//<![CDATA[
	document.ondragstart = function() { return false;}
	    function nocontext(e) {
			var excluded_classes = '' + '';
			
			var class_to_exclude = '';
			
			class_to_exclude = e.target.className;
			
			if(class_to_exclude != '' && excluded_classes.includes(class_to_exclude))
			{
				target.style.cursor = "text";
				return true;
			}
			
	    	var exception_tags = 'NOTAG,';
	        var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName;
	        //alert(clickedTag);
	        var checker = 'checked';
	        if ((clickedTag == "IMG" || clickedTag == "PROTECTEDIMGDIV") && checker == 'checked') {
	            if (alertMsg_IMG != "")show_wccp_pro_message(alertMsg_IMG);
	            return false;
	        }else {exception_tags = exception_tags + 'IMG,';}
			
			checker = '';
			if ((clickedTag == "VIDEO" || clickedTag == "EMBED") && checker == 'checked') {
	            if (alertMsg_VIDEO != "")show_wccp_pro_message(alertMsg_VIDEO);
	            return false;
	        }else {exception_tags = exception_tags + 'VIDEO,EMBED,';}
	        
	        checker = 'checked';
	        if ((clickedTag == "A" || clickedTag == "TIME") && checker == 'checked') {
	            if (alertMsg_A != "")show_wccp_pro_message(alertMsg_A);
	            return false;
	        }else {exception_tags = exception_tags + 'A,';}
	        
	        checker = 'checked';
	        if ((clickedTag == "P" || clickedTag == "B" || clickedTag == "FONT" ||  clickedTag == "LI" || clickedTag == "UL" || clickedTag == "STRONG" || clickedTag == "OL" || clickedTag == "BLOCKQUOTE" || clickedTag == "TD" || clickedTag == "SPAN" || clickedTag == "EM" || clickedTag == "SMALL" || clickedTag == "I" || clickedTag == "BUTTON") && checker == 'checked') {
	            if (alertMsg_PB != "")show_wccp_pro_message(alertMsg_PB);
	            return false;
	        }else {exception_tags = exception_tags + 'P,B,FONT,LI,UL,STRONG,OL,BLOCKQUOTE,TD,SPAN,EM,SMALL,I,BUTTON,';}
	        
	        checker = 'checked';
	        if ((clickedTag == "INPUT" || clickedTag == "PASSWORD") && checker == 'checked') {
	            if (alertMsg_INPUT != "")show_wccp_pro_message(alertMsg_INPUT);
	            return false;
	        }else {exception_tags = exception_tags + 'INPUT,PASSWORD,';}
	        
	        checker = 'checked';
	        if ((clickedTag == "H1" || clickedTag == "H2" || clickedTag == "H3" || clickedTag == "H4" || clickedTag == "H5" || clickedTag == "H6" || clickedTag == "ASIDE" || clickedTag == "NAV") && checker == 'checked') {
	            if (alertMsg_H != "")show_wccp_pro_message(alertMsg_H);
	            return false;
	        }else {exception_tags = exception_tags + 'H1,H2,H3,H4,H5,H6,';}
	        
	        checker = 'checked';
	        if (clickedTag == "TEXTAREA" && checker == 'checked') {
	            if (alertMsg_TEXTAREA != "")show_wccp_pro_message(alertMsg_TEXTAREA);
	            return false;
	        }else {exception_tags = exception_tags + 'TEXTAREA,';}
	        
	        checker = 'checked';
	        if ((clickedTag == "DIV" || clickedTag == "BODY" || clickedTag == "HTML" || clickedTag == "ARTICLE" || clickedTag == "SECTION" || clickedTag == "NAV" || clickedTag == "HEADER" || clickedTag == "FOOTER") && checker == 'checked') {
	            if (alertMsg_EmptySpaces != "")show_wccp_pro_message(alertMsg_EmptySpaces);
	            return false;
	        }
	        else
	        {
				//show_wccp_pro_message(exception_tags.indexOf(clickedTag));
	        	if (exception_tags.indexOf(clickedTag)!=-1)
	        	{
		        	return true;
		        }
	        	else
	        	return false;
	        }
	    }
	    var alertMsg_IMG = "<b>温馨提示:</b> 本区域限制右键";
	    var alertMsg_A = "<b>温馨提示:</b> 本区域限制右键";
	    var alertMsg_PB = "<b>温馨提示:</b> 本区域限制右键";
	    var alertMsg_INPUT = "<b>温馨提示:</b> 本区域限制右键";
	    var alertMsg_H = "<b>温馨提示:</b> 本区域限制右键";
	    var alertMsg_TEXTAREA = "<b>温馨提示:</b> 本区域限制右键";
	    var alertMsg_EmptySpaces = "<b>温馨提示:</b> 本区域限制右键";
		var alertMsg_VIDEO = "<b>Alert:</b> Right click on videos is disabled";
	    document.oncontextmenu = nocontext;
	//]]>
	</script>
<style>
.cover-container {
   border: 1px solid #DDDDDD;
   width: 100%;
   height: 100%;
   position: relative;
}
.glass-cover {
   float: left;
   position: relative;
   left: 0px;
   top: 0px;
   z-index: 1000;
   background-color: #92AD40;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}
	.unselectable
	{
	-moz-user-select:none;
	-webkit-user-select:none;
	cursor: default;
	}
	html
	{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	img
	{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	}
	</style>
<script id="wccp_pro_css_disable_selection" type="text/javascript">
	var e = document.getElementsByTagName('body')[0];
	if(e)
	{
		e.setAttribute('unselectable',on);
	}
	</script>
<style><!-- Start your code after this line -->
 
<!-- End your code before this line --></style><meta name="keywords" content="宁波离婚律师,宁波婚姻律师,张月红律师">
<meta name="description" content="宁波婚姻/离婚律师张月红,十余年专注于婚姻财富法律,擅长财产分割,离婚协议,抚养纠纷,遗产继承等离婚法律问题.">
<link rel="shortcut icon" href="https://pri2.com/favicon.ico">
<!--[if lt IE 9]><script src="https://pri2.com/wp-content/themes/2018112408284658/js/libs/html5.min.js"></script><![endif]-->
</head>
<body class="home blog nav_fixed m-excerpt-time site-layout-2 text-justify-on unselectable">
<header class="header">
<div class="container">
<h1 class="logo"><a href="https://pri2.com" title="张月红律师 - 十余年专注于宁波婚姻财富法律"><img src="https://pri2.oss-cn-hangzhou.aliyuncs.com/2018/06/logodux.png?x-oss-process=style/full" alt="张月红律师 - 十余年专注于宁波婚姻财富法律"></a></h1> <div class="brand">专注于婚姻家事、财富商事领域的法律自媒体,致力于成为宁波人的口碑律师团队<br></div> <ul class="site-nav site-navbar">
<li id="menu-item-318" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-318"><a href="https://pri2.com" aria-current="page"><i class="fa fa-home"></i>首页</a></li>
<li id="menu-item-319" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-319"><a href="https://pri2.com/law-news"><i class="fa fa-bullhorn"></i>法律快讯</a></li>
<li id="menu-item-518" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-518"><a href="https://pri2.com/divorce-process"><i class="fa fa-calendar"></i>离婚程序</a></li>
<li id="menu-item-517" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-517"><a href="https://pri2.com/properties-division"><i class="fa fa-line-chart"></i>财产分割</a></li>
<li id="menu-item-513" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-513"><a href="https://pri2.com/custody"><i class="fa fa-meh-o"></i>子女抚养</a></li>
<li id="menu-item-514" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-514"><a href="https://pri2.com/wealth-inheritance"><i class="fa fa-blind"></i>财富传承</a></li>
<li id="menu-item-515" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-515"><a href="https://pri2.com/testate-succession"><i class="fa fa-commenting-o"></i>遗嘱继承</a></li>
<li id="menu-item-320" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-320"><a href="https://pri2.com/law-course"><i class="fa fa-book"></i> 法律课堂</a></li>
<li id="menu-item-321" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-321"><a href="https://pri2.com/lawyer-daily"><i class="fa fa-edit"></i>随笔</a></li>
<li class="navto-search"><a href="javascript:;" class="search-show active"><i class="fa fa-search"></i></a></li>
</ul>
<div class="topbar">
<ul class="site-nav topmenu">
<li class="page_item page-item-395"><a href="https://pri2.com/resume">律师履历</a></li>
<li class="page_item page-item-264"><a href="https://pri2.com/tags-wall">标签墙</a></li>
<li class="page_item page-item-323"><a href="https://pri2.com/privacy-statement">隐私声明</a></li>
<li class="menusns">
<a href="javascript:;">扫码免费咨询 <i class="fa fa-angle-down"></i></a>
<ul class="sub-menu">
<li><a class="sns-wechat" href="javascript:;" title="张月红律师微信" data-src="https://pri2.oss-cn-hangzhou.aliyuncs.com/2018/06/WechatIMG226.jpeg?x-oss-process=style/medium_large">张月红律师微信</a></li> </ul>
</li>
</ul>
</div>
<i class="fa fa-bars m-icon-nav"></i>
</div>
</header>
<div class="site-search">
<div class="container">
<form method="get" class="site-search-form" action="https://pri2.com/"><input class="search-input" name="s" type="text" placeholder="输入关键字" value=""><button class="search-btn" type="submit"><i class="fa fa-search"></i></button></form> </div>
</div><section class="container">
<div class="content-wrap">
<div class="content">
<div id="focusslide" class="carousel slide" data-ride="carousel"><ol class="carousel-indicators"><li data-target="#focusslide" data-slide-to="0" class="active"></li><li data-target="#focusslide" data-slide-to="1"></li></ol><div class="carousel-inner" role="listbox"><div class="item active"><a target="_blank" href="https://pri2.com"><img src="https://pri2.oss-cn-hangzhou.aliyuncs.com/2018/08/show5.jpg?x-oss-process=style%2Ffull"></a></div><div class="item"><a target="_blank" href="https://pri2.com"><img src="https://pri2.oss-cn-hangzhou.aliyuncs.com/2018-08-07-show4.png?x-oss-process=style/full"></a></div></div><a class="left carousel-control" href="#focusslide" role="button" data-slide="prev"><i class="fa fa-angle-left"></i></a><a class="right carousel-control" href="#focusslide" role="button" data-slide="next"><i class="fa fa-angle-right"></i></a></div> <div class="title">
<h3>
最新发布 </h3>
</div>
<article class="excerpt excerpt-1"><a target="_blank" class="focus" href="https://pri2.com/3115.html"><img src="https://pri2.com/wp-content/uploads/2022/02/1644402559-2022020918291943-220x150.jpg" alt="杨立新:《婚姻家庭编司法解释(二)》的六个主要问题" class="thumb"></a><header><h2><a target="_blank" href="https://pri2.com/3115.html" title="杨立新:《婚姻家庭编司法解释(二)》的六个主要问题">杨立新:《婚姻家庭编司法解释(二)》的六个主要问题</a></h2></header><p class="meta"><time><i class="fa fa-clock-o"></i>2025-02-20</time><span class="author"><i class="fa fa-user"></i>张月红律师</span><span class="pv"><i class="fa fa-eye"></i>阅读(244)</span></p><p class="note">作者:杨立新,中国人民大学法学院教授 笔者对于《最高人民法院关于适用〈中华人民共和国民法典〉婚姻家庭编的解释(二)》 ...</p></article><article class="excerpt excerpt-2"><a target="_blank" class="focus" href="https://pri2.com/3112.html"><img src="https://pri2.com/wp-content/uploads/2024/01/1705022768-2024011209260856-220x150.jpg" alt="新《公司法》背景下离婚纠纷中有限责任公司股权怎么分割?" class="thumb"></a><header><h2><a target="_blank" href="https://pri2.com/3112.html" title="新《公司法》背景下离婚纠纷中有限责任公司股权怎么分割?">新《公司法》背景下离婚纠纷中有限责任公司股权怎么分割?</a></h2></header><p class="meta"><time><i class="fa fa-clock-o"></i>2024-01-12</time><span class="author"><i class="fa fa-user"></i>张月红律师</span><span class="pv"><i class="fa fa-eye"></i>阅读(1404)</span></p><p class="note">作者:康雪崧律师 原题:新《公司法》(2023 年修订)背景下离婚纠纷中有限责任公司股权分割的法律探讨 摘要 离婚纠纷中 ...</p></article><article class="excerpt excerpt-3"><a target="_blank" class="focus" href="https://pri2.com/3111.html"><img src="https://pri2.com/wp-content/uploads/2021/04/1618633473-2021041712243371-220x150.jpeg" alt="公司法 | 公司减资的程序及实务要点" class="thumb"></a><header><h2><a target="_blank" href="https://pri2.com/3111.html" title="公司法 | 公司减资的程序及实务要点">公司法 | 公司减资的程序及实务要点</a></h2></header><p class="meta"><time><i class="fa fa-clock-o"></i>2023-10-22</time><span class="author"><i class="fa fa-user"></i>张月红律师</span><span class="pv"><i class="fa fa-eye"></i>阅读(1492)</span></p><p class="note">公司减资,即公司注册资本减少,是指公司依照法定条件和程序对已经注册的资本进行消减的法律行为。</p></article><article class="excerpt excerpt-4"><a target="_blank" class="focus" href="https://pri2.com/3109.html"><img src="https://pri2.com/wp-content/uploads/2023/10/1696676454-2023100719005460-220x150.jpg" alt="盘点公司法里那些不为人知的股东权利" class="thumb"></a><header><h2><a target="_blank" href="https://pri2.com/3109.html" title="盘点公司法里那些不为人知的股东权利">盘点公司法里那些不为人知的股东权利</a></h2></header><p class="meta"><time><i class="fa fa-clock-o"></i>2023-10-07</time><span class="author"><i class="fa fa-user"></i>张月红律师</span><span class="pv"><i class="fa fa-eye"></i>阅读(1852)</span></p><p class="note">大家熟知的股东权利一般包括收益权、决策权、知情权。公司法第4条规定,公司股东依法享有资产收益、参与重大决策和选择管理 ...</p></article><article class="excerpt excerpt-5"><a target="_blank" class="focus" href="https://pri2.com/3107.html"><img src="https://pri2.com/wp-content/uploads/2023/07/1689409514-2023071516251454-220x150.png" alt="股权代持无效,实际出资人该怎么办?" class="thumb"></a><header><h2><a target="_blank" href="https://pri2.com/3107.html" title="股权代持无效,实际出资人该怎么办?">股权代持无效,实际出资人该怎么办?</a></h2></header><p class="meta"><time><i class="fa fa-clock-o"></i>2023-07-15</time><span class="author"><i class="fa fa-user"></i>张月红律师</span><span class="pv"><i class="fa fa-eye"></i>阅读(1551)</span></p><p class="note">引言 股权代持是实务中非常普遍且颇具争议性的一类公司纠纷案件,其涉及实际出资人、名义股东、公司以及除公司外的第三人等 ...</p></article><article class="excerpt excerpt-6"><a target="_blank" class="focus" href="https://pri2.com/3106.html"><img src="https://pri2.com/wp-content/uploads/2022/02/1644402559-2022020918291943-220x150.jpg" alt="夫妻离婚合意分割股权有哪些规则" class="thumb"></a><header><h2><a target="_blank" href="https://pri2.com/3106.html" title="夫妻离婚合意分割股权有哪些规则">夫妻离婚合意分割股权有哪些规则</a></h2></header><p class="meta"><time><i class="fa fa-clock-o"></i>2023-02-25</time><span class="author"><i class="fa fa-user"></i>张月红律师</span><span class="pv"><i class="fa fa-eye"></i>阅读(2598)</span></p><p class="note">2021年第09期    作者:高兴 一、问题的提出 2021年1月1日起开始施行的《最高人民法院关于适用〈中华人民共和国民法典〉婚 ...</p></article><article class="excerpt excerpt-7"><a target="_blank" class="focus" href="https://pri2.com/3105.html"><img src="https://pri2.com/wp-content/uploads/2022/02/1644402559-2022020918291943-220x150.jpg" alt="最高检2022年十大妇女权益保障检察公益诉讼典型案例" class="thumb"></a><header><h2><a target="_blank" href="https://pri2.com/3105.html" title="最高检2022年十大妇女权益保障检察公益诉讼典型案例">最高检2022年十大妇女权益保障检察公益诉讼典型案例</a></h2></header><p class="meta"><time><i class="fa fa-clock-o"></i>2023-01-08</time><span class="author"><i class="fa fa-user"></i>张月红律师</span><span class="pv"><i class="fa fa-eye"></i>阅读(2203)</span></p><p class="note">最高人民检察院、中华全国妇女联合会关于印发《妇女权益保障检察公益诉讼典型案例》的通知</p></article><article class="excerpt excerpt-8"><a target="_blank" class="focus" href="https://pri2.com/3104.html"><img src="https://pri2.com/wp-content/uploads/2021/04/1618633473-2021041712243371-220x150.jpeg" alt="2023年新版离婚诉讼指南一本通" class="thumb"></a><header><h2><a target="_blank" href="https://pri2.com/3104.html" title="2023年新版离婚诉讼指南一本通">2023年新版离婚诉讼指南一本通</a></h2></header><p class="meta"><time><i class="fa fa-clock-o"></i>2022-12-29</time><span class="author"><i class="fa fa-user"></i>张月红律师</span><span class="pv"><i class="fa fa-eye"></i>阅读(2191)</span></p><p class="note">01程序篇 1.离婚诉讼,应向哪个法院提起? 答:应适用“原告就被告”的一般地域管辖原则,向被告住所地人民法院起诉。但如存 ...</p></article><article class="excerpt excerpt-9"><a target="_blank" class="focus" href="https://pri2.com/3103.html"><img src="https://pri2.com/wp-content/uploads/2022/09/1664102195-2022092518363581-220x150.jpg" alt="民营企业治理之股权代持纠纷风险建议" class="thumb"></a><header><h2><a target="_blank" href="https://pri2.com/3103.html" title="民营企业治理之股权代持纠纷风险建议">民营企业治理之股权代持纠纷风险建议</a></h2></header><p class="meta"><time><i class="fa fa-clock-o"></i>2022-12-10</time><span class="author"><i class="fa fa-user"></i>张月红律师</span><span class="pv"><i class="fa fa-eye"></i>阅读(2538)</span></p><p class="note">作者:王真 天同律师事务所合伙人;郑杰 于胜 杜希 郑欣嘉 董悦 李振伟 天同律师事务所北京办公室</p></article><div class="pagination"><ul><li class="prev-page"></li><li class="active"><span>1</span></li><li><a href='https://pri2.com/page/2'>2</a></li><li><a href='https://pri2.com/page/3'>3</a></li><li><a href='https://pri2.com/page/4'>4</a></li><li><span> ... </span></li><li class="next-page"><a href="https://pri2.com/page/2">下一页</a></li><li><span>共 111 页</span></li></ul></div> </div>
</div>
<div class="sidebar">
<div class="widget widget_ui_textasb"><a class="style03" href="https://pri2.com" target="_blank"><strong>宁波专业婚姻财富律师</strong><h2>张月红律师</h2><p><img src="https://pri2.oss-cn-hangzhou.aliyuncs.com/2018/06/pro.png?x-oss-process=style/medium"/><p style=" font-family:'Hiragino Sans GB', 'Microsoft Yahei';font-size:17px;font-weight:400;">    <b>张月红律师</b>是专业宁波婚姻律师、宁波离婚律师、宁波财富律师,拥有民营500强法务主管、专职律师等十多年法律职业履历。<br>    <b>张月红律师</b>是宁波地区致力于婚姻家庭、财富管理专业化的资深律师,目前在搜狐、新浪、百度、今日头条等多家门户网站开设律师专栏,点击阅读量累计逾十万人次。<br>    <b>张月红律师</b>擅长为客户提供一站式的家族办公室法律综合服务,主要业务范围包括为婚姻家庭纠纷及高净值人士提供方案化、专业化的法律服务。</p></p></a></div></div></section>
<footer class="footer">
<div class="container">
<p>&copy;2016-2019&nbsp;&nbsp;<a href="https://pri2.com" rel="nofollow">宁波婚姻/离婚律师张月红,十余年专注于婚姻财富法律</a> &nbsp; <br><a href="https://beian.miit.gov.cn">浙 ICP 备 16041414 号-4</a></span><br></p><p><b>友情链接</b><br><a href="http://www.9pinw.com/" target="_blank">最新法律法规</a>|<a href="http://www.hmkjmaill.com" target="_blank">不锈钢家具</a>|<a href="http://china.findlaw.cn/ningbo" target="_blank">宁波律师</a>|<a href="http://www.lawtime.cn/ningbo" target="_blank">宁波律师咨询</a>|<a href="http://syire.com" target="_blank">宁波离婚律师</a>|<a href="http://www.0553zsw.com/" target="_blank">郑州网站优化</a>|<a href="http://www.gzkaiyue.com" target="_blank">凯悦办公直营装修</a>|<a href="http://www.mayatu.com" target="_blank">品牌设计</a>|<a href="https://www.shenghuituandui.com/" target="_blank">律师事务所</a>|<a href="http://www.hbsgaj.com/" target="_blank">深圳搬家公司</a>|<a href="https://www.5izz.com" target="_blank">网络营销学习</a></p>
</div>
</footer>
<div class="rollbar rollbar-rm"><ul><li class="rollbar-totop"><a href="javascript:(jsui.scrollTo());"><i class="fa fa-angle-up"></i><span>回顶</span></a><h6>回顶部<i></i></h6></li><li><a href="tel:13757488909"><i class="fa fa-phone"></i><span>电话咨询</span></a><h6>电话咨询<i></i></h6></li><li class="rollbar-qrcode"><a href="javascript:;"><i class="fa fa-qrcode"></i><span>微信咨询</span></a><h6>扫一扫,微信咨询张律师<img src="https://pri2.oss-cn-hangzhou.aliyuncs.com/2018/06/WechatIMG226.jpeg?x-oss-process=style/medium_large"><i></i></h6></li></ul></div>
<script>
window.jsui={
	www: 'https://pri2.com',
	uri: 'https://pri2.com/wp-content/themes/2018112408284658',
	ver: '5.2',
	roll: ["1","2"],
	ajaxpager: '0',
	url_rp: 'https://pri2.com/tags-wall'
};
</script>
<div id='wccp_pro_mask'></div>
<div id="wpcp-error-message" class="msgmsg-box-wpcp warning-wpcp hideme"><span>error: </span><b>温馨提示:</b> 本站启用内容保护,禁止复制</div>
<script>
	var timeout_result;
	function show_wccp_pro_message(smessage)
	{
		timeout = 3*1000;

		if (smessage !== "" && timeout!=0)
		{
			var smessage_text = smessage;
			jquery_fadeTo();
			document.getElementById("wpcp-error-message").innerHTML = smessage_text;
			document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp showme";
			clearTimeout(timeout_result);
			timeout_result = setTimeout(hide_message, timeout);
		}
		else
		{
			clearTimeout(timeout_result);
			timeout_result = setTimeout(hide_message, timeout);
		}
	}
	function hide_message()
	{
		jquery_fadeOut();
		document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme";
	}
	function jquery_fadeTo()
	{
		try {
			jQuery("#wccp_pro_mask").fadeTo("slow", 0.3);
		}
		catch(err) {
			//alert(err.message);
			}
	}
	function jquery_fadeOut()
	{
		try {
			jQuery("#wccp_pro_mask").fadeOut( "slow" );
		}
		catch(err) {}
	}
	</script>
<style type="text/css">
	#wccp_pro_mask
	{
		position: absolute;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		background-color: #000;
		pointer-events: none;
		display: none;
		z-index: 10000;
		animation: 0.5s ease 0s normal none 1 running ngdialog-fadein;
		background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	}
	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
		pointer-events: none;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border-radius: 10px;
		color: #555555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px #f2bfbf;
		-moz-box-shadow: 0px 0px 34px 2px #f2bfbf;
		box-shadow: 0px 0px 34px 2px #f2bfbf;
	}
	.msgmsg-box-wpcp b {
		font-weight:bold;
		text-transform:uppercase;
	}
	.error-wpcp {		background:#ffecec url('https://pri2.com/wp-content/plugins/wccp-pro/images/error.png') no-repeat 10px 50%;
		border:1px solid #f5aca6;
	}
	.success {
		background:#e9ffd9 url('https://pri2.com/wp-content/plugins/wccp-pro/images/success.png') no-repeat 10px 50%;
		border:1px solid #a6ca8a;
	}
	.warning-wpcp {
		background:#ffecec url('https://pri2.com/wp-content/plugins/wccp-pro/images/warning.png') no-repeat 10px 50%;
		border:1px solid #f2bfbf;
	}
	.notice {
		background:#e3f7fc url('https://pri2.com/wp-content/plugins/wccp-pro/images/notice.png') no-repeat 10px 50%;
		border:1px solid #8ed9f6;
	}
    </style>
<input class="hideme" style="position:fixed" id="prntscr_disable_field" type="url" value="No Copy">
<script>
+(function($){

	// 新增二维码 图片地址
	var qr_src = 'https://ian2.oss-cn-hangzhou.aliyuncs.com/2018-11-28-miniapp.jpg'

	// 新增二维码 Tab 显示文字
	var qr_tab = '小程序'

	// 新增二维码 展开 显示文字
	var qr_tit = '微信扫一扫,关注「律师到」'

	// 新增地图 链接
	var map_link = 'http://f.amap.com/2iLpw_02C6cco'

	// 新增地图 Tab 显示文字
	var map_tab = '地图导航'


	if( $('body').hasClass('rollbar-m-on') && $('.rollbar ul').length ){

		if( $('.rollbar li:eq(1)').length ){

			var dom2 = $('.rollbar li:eq(1)')
			dom2.after( dom2.clone(true) )

			if( $('.rollbar li:eq(2) img').length ){
				var dom3 = $('.rollbar li:eq(2)')
				dom3.find('span').text(qr_tab)
				dom3.find('h6').html(qr_tit+'<img src="'+qr_src+'"><i></i>')
			}
		}

		$('.rollbar-qrcode a').on('click', function(){
			$(this).parent().siblings('.rollbar-qrcode').find('h6').hide()
		})

		$('.rollbar ul').append('<li><a target="_blank" href="'+map_link+'"><i class="fa fa-map-marker"></i><span>'+map_tab+'</span></a><h6>'+map_tab+'<i></i></h6></li>')

		$('head').append('<style>.rollbar-m-on .rollbar ul li .fa{color:#e94844;}</style>')

	}

})(jQuery);
</script>
<script type='text/javascript' src='https://pri2.com/wp-content/plugins/bbpress/templates/default/js/editor.js?ver=2.5.14-6684'></script>
<script type='text/javascript' src='//apps.bdimg.com/libs/bootstrap/3.2.0/js/bootstrap.min.js?ver=5.2'></script>
<script type='text/javascript' src='https://pri2.com/wp-content/themes/2018112408284658/js/loader.js?ver=5.2'></script>
</body>
</html>                               

Whois info of domain

Domain Name: PRI2.COM
Registry Domain ID: 2270346819_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2025-05-15T06:22:58Z
Creation Date: 2018-06-01T18:07:43Z
Registry Expiry Date: 2026-06-01T18:07:43Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS25.HICHINA.COM
Name Server: DNS26.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T12:41:05Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass