{"version":"1.0","provider_name":"Registrar","provider_url":"https:\/\/legacy.registrarcorp.com\/zh\/","author_name":"admin","author_url":"https:\/\/legacy.registrarcorp.com\/zh\/author\/registrar\/","title":"\u8fdb\u53e3\u8b66\u62a5\uff1a\u9ed1\u540d\u5355 & \u7eff\u540d\u5355","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"vkd1bJ6zDz\"><a href=\"https:\/\/legacy.registrarcorp.com\/zh\/fda-imports\/alerts\/\">\u8fdb\u53e3\u8b66\u62a5\uff1a\u9ed1\u540d\u5355 &#038; \u7eff\u540d\u5355<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/legacy.registrarcorp.com\/zh\/fda-imports\/alerts\/embed\/#?secret=vkd1bJ6zDz\" width=\"600\" height=\"338\" title=\"&#8220;\u8fdb\u53e3\u8b66\u62a5\uff1a\u9ed1\u540d\u5355 &#038; \u7eff\u540d\u5355&#8221; &#8212; Registrar\" data-secret=\"vkd1bJ6zDz\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\/\/# sourceURL=https:\/\/legacy.registrarcorp.com\/wp-includes\/js\/wp-embed.js\n\/* ]]> *\/\n<\/script>\n","thumbnail_url":"https:\/\/legacy.registrarcorp.com\/wp-content\/uploads\/2019\/08\/press_release.jpg","thumbnail_width":1650,"thumbnail_height":500,"description":"[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text] \u8fdb\u53e3\u8b66\u62a5\uff1a\u9ed1\u540d\u5355 &amp; \u7eff\u540d\u5355 [\/vc_column_text][vc_column_text] FDA\u8fdb\u53e3\u8b66\u62a5\u5206\u4e3a\u4e24\u79cd\u7c7b\u578b\u3002\u6700\u5e38\u89c1\u7684\u8fdb\u53e3\u8b66\u62a5\u7c7b\u578b\u662f\u9ed1\u540d\u5355\uff0cFDA\u53d1\u73b0\u5728\u67d0\u4e9b\u4f01\u4e1a\u7684\u8fdd\u89c4\u60c5\u51b5\u540e\uff0c\u4f1a\u5c06\u5176\u5217\u5165\u9ed1\u540d\u5355\u3002\u4f8b\u5982\uff0c\u4e00\u4e2a\u8bd5\u56fe\u5411\u7f8e\u56fd\u8fdb\u53e3\u79cd\u5b50\u7684\u4f01\u4e1a\u3002\u5982\u679c\u5176\u4ea7\u54c1\u542b\u6c99\u95e8\u6c0f\u83cc\uff0c\u90a3\u4e48\u8fd9\u4e2a\u4f01\u4e1a\u5f88\u53ef\u80fd\u88ab\u5217\u5165\u9ed1\u540d\u5355\u3002\u4e00\u65e6\u8fdb\u5165\u9ed1\u540d\u5355\uff0c\u5219\u8be5\u4f01\u4e1a\u7684\u4efb\u4f55\u79cd\u5b50\u4ea7\u54c1\u5728\u8fdb\u53e3\u8fc7\u7a0b\u4e2d\u90fd\u5c06\u81ea\u52a8\u88abFDA\u6263\u7559\u3002 \u53e6\u5916\u4e00\u79cd\u8fdb\u53e3\u8b66\u62a5\u7c7b\u578b\u662f\u56fd\u5bb6\u7ea7\u8fdb\u53e3\u8b66\u62a5\u3002\u8be5\u7c7b\u578b\u8fdb\u53e3\u8b66\u62a5\u7684\u8d77\u56e0\u662fFDA\u53d1\u73b0\u4e86\u67d0\u4e2a\u56fd\u5bb6\u7684\u4e0d\u5408\u89c4\u884c\u4e3a\u3002\u4f8b\u5982\uff0c1979\u5e74FDA\u53d1\u73b0\u4ece\u5370\u5ea6\u8fdb\u53e3\u7684\u751f\u867e\u548c\u719f\u867e\u7ecf\u5e38\u51fa\u73b0\u6c61\u79fd\u548c\u8150\u70c2\u7684\u60c5\u51b5\u3002\u56e0\u6b64\uff0cFDA\u5efa\u7acb\u8fdb\u53e3\u8b66\u62a5\uff0c\u63d0\u9ad8\u5bf9\u5370\u5ea6\u867e\u7c7b\u4ea7\u54c1\u7684\u76d1\u7ba1\u3002\u4efb\u4f55\u6765\u81ea\u5370\u5ea6\u7684\u751f\u3001\u719f\u867e\u7c7b\u4ea7\u54c1\u90fd\u5c06\u88abFDA\u81ea\u52a8\u6263\u7559\uff0c\u9664\u975e\u51fa\u53e3\u4f01\u4e1a\u5728\u7eff\u540d\u5355\u4e0a\u3002 \u7eff\u540d\u5355\u662f\u8c41\u514d\u4e8e\u67d0\u4e2a\u56fd\u5bb6\u7ea7\u8fdb\u53e3\u8b66\u62a5\u7684\u4f01\u4e1a\u540d\u5355\u3002\u4f8b\u5982\uff0c\u67d0\u5370\u5ea6\u867e\u7c7b\u4ea7\u54c1\u4f01\u4e1a\u5728\u7eff\u540d\u5355\u4e0a\uff0c\u5219\u8be5\u4f01\u4e1a\u51fa\u53e3\u7684\u867e\u7c7b\u4ea7\u54c1\u4e0d\u4f1a\u88ab\u6263\u7559\u3002 \u5411FDA\u7533\u8bf7\u8fdb\u53e3\u8b66\u62a5\u8c41\u514d\uff08\u79fb\u9664\u9ed1\u540d\u5355\u6216\u52a0\u5165\u7eff\u540d\u5355\uff09 \u5982\u679c\u60a8\u53d1\u73b0\u8d27\u7269\u56e0\u8fdb\u53e3\u8b66\u62a5\u53d1\u751f\u6263\u8d27\uff0c\u60a8\u53ef\u4ee5\u901a\u8fc7\u76f8\u5e94\u7684\u7a0b\u5e8f\u5411FDA\u8bf7\u613f\u79fb\u9664\u9ed1\u540d\u5355\u6216\u52a0\u5165\u7eff\u540d\u5355\u3002\u7533\u8bf7\u7a0b\u5e8f\u901a\u5e38\u5206\u4e3a\u4ee5\u4e0b\u4e09\u6b65\uff1a \u5206\u6790\u5bfc\u81f4FDA\u53d1\u51fa\u8fdb\u53e3\u8b66\u62a5\u7684\u8fdd\u89c4\u539f\u56e0\uff0c\u5e76\u5411FDA\u62a5\u544a\u4f01\u4e1a\u6240\u91c7\u53d6\u7684\u5bf9\u5e94\u7684\u89e3\u51b3\u65b9\u6cd5\u548c\u9884\u9632\u63aa\u65bd\u3002 \u4e00\u65e6\u5f00\u59cb\u6267\u884c\u7ea0\u6b63\u63aa\u65bd\uff0cFDA\u5c06\u8981\u6c42\u63d0\u4f9b\u76f8\u5173\u6750\u6599\u4ee5\u8bc1\u660e\u8fd9\u4e9b\u63aa\u65bd\u662f\u53ef\u4ee5\u6709\u6548\u89e3\u51b3\u95ee\u9898\u7684\uff0c\u8fd9\u4e9b\u8bc1\u660e\u5305\u62ec\uff08\u4f46\u4e0d\u9650\u4e8e\uff095-12\u7968\u5b8c\u6574\u4e14\u6ca1\u6709\u8fdd\u89c4\u7684\u51fa\u53e3\u7f8e\u56fd\u8bb0\u5f55\u3002Registrar Corp\u53ef\u534f\u52a9\u89e3\u51b3\u8fd9\u51e0\u7968\u8d27\u7684\u6263\u8d27\u95ee\u9898\uff0c\u6536\u96c6\u5e76\u6574\u7406\u76f8\u5173\u7684\u5fc5\u8981\u6587\u4ef6\u3002 \u5b8c\u6210\u4e0a\u8ff0\u4e24\u6b65\uff0c\u76f8\u5173\u8bc1\u636e\u5c31\u53ef\u4ee5\u88ab\u6536\u96c6\u548c\u6574\u7406\u4e3a\u53ef\u4f9bFDA\u8fdb\u53e3\u64cd\u4f5c\u90e8\u95e8\u5ba1\u6838\u7684\u8bf7\u613f\u6587\u4ef6\u4e86\u3002 \u636eFDA\u62a5\u544a\uff0c\u8fdb\u53e3\u8b66\u62a5\u9ed1\u540d\u5355\u4e0a\u768413,000\u591a\u5bb6\u4f01\u4e1a\u4e2d\uff0c\u5411FDA\u8bf7\u613f\u79fb\u9664\u9ed1\u540d\u5355\u7684\u53ea\u5360\u4e0d\u52303%\uff0c\u800c\u6700\u540e\u4e5f\u53ea\u6709165\u5bb6\u4f01\u4e1a\u6210\u529f\u8fdb\u5165\u7eff\u540d\u5355\u3002\u8bb8\u591a\u4f01\u4e1a\u90fd\u6b62\u6b65\u4e8e\u7533\u8bf7\u7a0b\u5e8f\uff0c\u56e0\u8fdb\u53e3\u8b66\u62a5\u79fb\u9664\u7533\u8bf7\u6d89\u53ca\u7684\u5185\u5bb9\u590d\u6742\u3001\u7a0b\u5e8f\u7e41\u7410\uff0c\u9700\u8981\u7684\u8bc1\u660e\u6587\u4ef6\u53ef\u957f\u8fbe\u4e0a\u767e\u9875\u3002 Registrar Corp\u719f\u77e5FDA\u7533\u8bf7\u7a0b\u5e8f\u5e76\u534f\u52a9\u4f01\u4e1a\u64b0\u5199\u7533\u8bf7\u6587\u4ef6\uff0c\u5305\u62ec\u4f01\u4e1a\u8d1f\u8d23\u4eba\u7684\u516c\u8bc1\u58f0\u660e\u3001\u5fc5\u8981\u6587\u4ef6\u4ee5\u53ca\u8bc1\u660e\u3002Registrar Corp\u8fd8\u534f\u52a9\u60a8\u64b0\u5199\u5411FDA\u89e3\u91ca\u4f01\u4e1a\u8bf7\u613f\u79fb\u9664\u9ed1\u540d\u5355\u548c\u52a0\u5165\u7eff\u540d\u5355\u5408\u7406\u6027\u7684\u4e66\u9762\u8bf4\u660e\u3002 \u5982\u679c\u60a8\u5bf9\u52a0\u5165FDA\u7eff\u540d\u5355\u6216\u79fb\u9664\u9ed1\u540d\u5355\u611f\u5174\u8da3\uff0c\u8bf7\u70b9\u51fb\u6b64\u5904. \u60f3\u8981\u67e5\u770b\u81ea\u5df1\u3001\u7ade\u4e89\u5bf9\u624b\u6216\u8fdb\u53e3\u5546\u662f\u5426\u5728\u8fdb\u53e3\u8b66\u62a5\u4e0a\uff0c\u8bf7\u70b9\u51fb\u6b64\u5904. [\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]"}