{"version":"1.0","provider_name":"Registrar","provider_url":"https:\/\/legacy.registrarcorp.com\/zh\/","author_name":"Mason Grandusky","author_url":"https:\/\/legacy.registrarcorp.com\/zh\/author\/mgrandusky\/","title":"FDA\u6216USDA\uff1a\u8c01\u76d1\u7ba1\u542b\u8089\u81b3\u98df\u8865\u5145\u5242\uff1f","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"fFSVFV4s1O\"><a href=\"https:\/\/legacy.registrarcorp.com\/zh\/fda-or-usda-who-regulates-dietary-supplements-containing-meat\/\">FDA\u6216USDA\uff1a\u8c01\u76d1\u7ba1\u542b\u8089\u81b3\u98df\u8865\u5145\u5242\uff1f<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/legacy.registrarcorp.com\/zh\/fda-or-usda-who-regulates-dietary-supplements-containing-meat\/embed\/#?secret=fFSVFV4s1O\" width=\"600\" height=\"338\" title=\"&#8220;FDA\u6216USDA\uff1a\u8c01\u76d1\u7ba1\u542b\u8089\u81b3\u98df\u8865\u5145\u5242\uff1f&#8221; &#8212; Registrar\" data-secret=\"fFSVFV4s1O\" 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\/2022\/04\/Supplements.png","thumbnail_width":800,"thumbnail_height":534,"description":"\u7f8e\u56fd\u98df\u54c1\u836f\u54c1\u76d1\u7763\u7ba1\u7406\u5c40(FDA)\u4e0e\u7f8e\u56fd\u519c\u4e1a\u90e8(USDA)\u5171\u540c\u76d1\u7ba1\u5728\u7f8e\u56fd\u9500\u552e\u7684\u8bb8\u591a\u98df\u54c1\u3002\u867d\u7136\u7f8e\u56fd\u519c\u4e1a\u90e8\u76d1\u7ba1\u5f88\u5927\u4e00\u90e8\u5206\u8089\u5236\u54c1\uff0c\u4f46\u7f8e\u56fd\u98df\u54c1\u548c\u836f\u7269\u7ba1\u7406\u5c40\u6709\u65f6\u76d1\u7ba1\u7c7b\u4f3c\u7684\u4ea7\u54c1\uff0c\u5bfc\u81f4\u5404\u673a\u6784\u4e4b\u95f4\u7684\u6df7\u6dc6\u3002 \u5404\u673a\u6784\u7ecf\u5e38\u53d1\u73b0\u7684\u4e00\u4e2a\u542b\u7cca\u4e0d\u6e05\u7684\u95ee\u9898\u662f\u5bf9\u542b\u6709\u8089\u7c7b\u6210\u5206\u7684\u8865\u5145\u5242\u7684\u81b3\u98df\u8865\u5145\u5242\u89c4\u5b9a\u3002\u7f8e\u56fd\u519c\u4e1a\u90e8\u76d1\u7ba1\u5927\u591a\u6570\u8089\u7c7b\u4ea7\u54c1\uff0c\u7f8e\u56fd\u98df\u54c1\u548c\u836f\u7269\u7ba1\u7406\u5c40\u76d1\u7ba1\u5927\u591a\u6570\u8865\u5145\u5242\uff0c\u54ea\u4e2a\u673a\u6784\u5bf9\u542b\u6709\u8089\u7c7b\u6210\u5206\u7684\u8865\u5145\u5242\u62e5\u6709\u7ba1\u8f96\u6743\uff1f \u8bf7\u8054\u7cfbRegistrar Corp\uff0c\u4ee5\u5e2e\u52a9\u786e\u5b9a\u9002\u7528\u4e8e\u8d35\u53f8\u7684\u8865\u5145\u5242\u6cd5\u89c4 Registrar Corp\u53ef\u4ee5\u5e2e\u52a9\u60a8\u9075\u5b88FDA\u7684\u6cd5\u89c4\u3002\u6211\u4eec\u7684\u6cd5\u89c4\u4e13\u5bb6\u53ef\u4ee5\u6ce8\u518c\u8d35\u53f8\u7684\u81b3\u98df\u8865\u5145\u5242\uff0c\u5ba1\u6838\u8d35\u53f8\u7684\u6807\u7b7e\uff0c\u4ee5\u53ca\u786e\u5b9a\u8d35\u53f8\u7684MMRs\u662f\u5426\u7b26\u5408FDA\u7684\u89c4\u5b9a\uff0c\u5e76\u62c5\u4efb\u8d35\u53f8\u5728\u7f8e\u56fd\u7684\u8054\u7cfb\u4eba\u5904\u7406\u4e0d\u826f\u4e8b\u4ef6\u62a5\u544a\u3002 \u5982\u9700\u5e2e\u52a9\uff0c\u8bf7\u81f4\u7535+1-757-224-0177\uff0c\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u81f3info@registrarcorp.com\u8054\u7cfb\u6211\u4eec\uff0c\u6216\u901a\u8fc7regstaging.wpengine.com\/livechat\u4e0e\u6211\u4eec\u5168\u5929\u5019\u5728\u7ebf\u7684\u6cd5\u89c4\u987e\u95ee\u5b9e\u65f6\u8054\u7edc\u3002 \u83b7\u5f97\u5e2e\u52a9 \u8bf7\u7ee7\u7eed\u9605\u8bfb\uff0c\u4e86\u89e3\u66f4\u591a\u5173\u4e8e\u7f8e\u56fd\u519c\u4e1a\u90e8\u53ca\u98df\u54c1\u548c\u836f\u7269\u7ba1\u7406\u5c40\u5982\u4f55\u53c2\u4e0e\u76d1\u7ba1\u7279\u5b9a\u8865\u5145\u5242\u7684\u4fe1\u606f\u3002 \u76d1\u7ba1\u91cd\u53e0 \u7f8e\u56fd\u519c\u4e1a\u90e8\u98df\u54c1\u5b89\u5168\u548c\u68c0\u9a8c\u5c40(FSIS)\u76d1\u7ba1\u4f20\u7edf(\u975e\u91ce\u5473)\u8089\u7c7b\u3001\u5bb6\u79bd\u548c\u67d0\u4e9b\u86cb\u5236\u54c1\u7684\u5b89\u5168\u548c\u6807\u7b7e\u3002\u7136\u800c,\u300a\u8054\u90a6\u8089\u7c7b\u68c0\u9a8c\u6cd5\u300b( FMIA)\u548c\u300a\u5bb6\u79bd\u4ea7\u54c1\u68c0\u9a8c\u6cd5\u300b( PPIA)\u5141\u8bb8\u67d0\u4e9b\u4ea7\u54c1\u4e0d\u53d7\u7f8e\u56fd\u519c\u4e1a\u90e8\u7ba1\u8f96\u3002 \u8089\u7c7b\u4ea7\u54c1\u53ef\u4ee5\u514d\u4e8e\u7f8e\u56fd\u519c\u4e1a\u90e8\u76d1\u7ba1\u7684\u4e00\u79cd\u65b9\u5f0f\u662f\uff0c\u5f53\u4ea7\u54c1\u4e2d\u542b\u6709\u76f8\u5bf9\u8f83\u5c0f\u6bd4\u4f8b\u7684\u8089\u7c7b\u6216\u5bb6\u79bd\u6210\u5206\u65f6\uff0c\u8be5\u4ea7\u54c1\u53ef\u80fd\u4f1a\u88abFDA\u76d1\u7ba1\u3002 \u8c41\u514d\u7684\u53e6\u4e00\u4e2a\u539f\u56e0\u662f\uff0c\u5f53\u4ea7\u54c1\u7684\u201c\u5386\u53f2\u8ba4\u77e5\u201d\u4f7f\u5f97\u6d88\u8d39\u8005\u901a\u5e38\u4e0d\u8ba4\u4e3a\u5b83\u662f\u8089\u7c7b\u6216\u5bb6\u79bd\u884c\u4e1a\u7684\u4ea7\u54c1\u3002 \u8fd9\u4e9b\u8c41\u514d\u53ef\u80fd\u4f1a\u4f7f\u804c\u8d23\u5206\u5de5\u590d\u6742\u5316\u3002\u4f8b\u5982\uff0c\u5236\u5907\u597d\u7684\u8089\u7c7b\u4e09\u660e\u6cbb\u7684\u5236\u9020\u5546\u53ef\u80fd\u8981\u9075\u5b88FDA\u6216USDA\u7684\u6cd5\u89c4\uff0c\u8fd9\u53d6\u51b3\u4e8e\u4e09\u660e\u6cbb\u662f\u655e\u5f00\u5f0f\u7684\u8fd8\u662f\u5c01\u95ed\u5f0f\u7684\u3002\u540c\u6837\uff0c\u51e0\u4e4e\u4e0d\u542b\u8089\u7684\u7f50\u88c5\u8c46\u7c7b\u5236\u9020\u5546\u4e5f\u53d7FDA\u7684\u76d1\u7ba1\uff0c\u4f46\u5982\u679c\u8089\u7684\u542b\u91cf\u8d85\u8fc72%\uff0c\u8fd9\u4e9b\u4ea7\u54c1\u5c31\u53d7USDA\u76d1\u7ba1\u3002 \u542b\u6709\u8089\u7c7b\u6210\u5206\u7684\u8865\u5145\u5242 \u5bf9\u4e8e\u67d0\u4e9b\u542b\u6709\u8089\u7c7b\u7684\u4ea7\u54c1\uff0c\u751f\u8089\u542b\u91cf\u5c11\u4e8e3%,\u719f\u8089\u6216\u80f4\u4f53\u5176\u4ed6\u90e8\u5206\u542b\u91cf\u5c11\u4e8e2%,\u6216\u8102\u80aa\u3001\u52a8\u7269\u8102\u6216\u8089\u7c7b\u63d0\u53d6\u7269\u5355\u72ec\u6216\u6df7\u5408\u542b\u91cf\u5c11\u4e8e30%\u7684\u4ea7\u54c1\uff0c\u53d7FDA\u7ba1\u8f96\u3002\u90a3\u4e9b\u751f\u8089\u542b\u91cf\u8d85\u8fc73%,\u719f\u8089\u6216\u5176\u5b83\u90e8\u5206\u542b\u91cf\u8d85\u8fc72%,\u6216\u8102\u80aa\u3001\u52a8\u7269\u8102\u6cb9\u6216\u8089\u7c7b\u63d0\u53d6\u7269\u542b\u91cf\u8d85\u8fc730%(\u5355\u72ec\u6216\u6df7\u5408)\u7684\u4ea7\u54c1\uff0c\u53d7\u7f8e\u56fd\u519c\u4e1a\u90e8\u7ba1\u8f96\u3002 \u4e00\u4e9b\u81b3\u98df\u8865\u5145\u5242\u5305\u62ec\u8089\u5236\u54c1\u3002\u7531\u4e8eFDA\u5c06\u81b3\u98df\u8865\u5145\u5242\u4f5c\u4e3a\u98df\u54c1\u8fdb\u884c\u76d1\u7ba1\uff0c\u8bb8\u591a\u4eba\u8ba4\u4e3a\u4e0a\u8ff0\u6307\u5357\u4e5f\u9002\u7528\u4e8e\u8865\u5145\u5242\u3002 \u7136\u800c\uff0c\u8865\u5145\u5242\u5e76\u4e0d\u662f\u6839\u636e\u8fd9\u4e9b\u51c6\u5219\u8fdb\u884c\u76d1\u7ba1\u3002 FDA\u76d1\u7ba1\u6240\u6709\u7684\u8865\u5145\u5242\uff0c\u4e0d\u7ba1\u8089\u7684\u542b\u91cf\u662f\u591a\u5c11\u3002\u4e0d\u53d7\u7f8e\u56fd\u519c\u4e1a\u90e8\u7ba1\u8f96\u7684\u4ea7\u54c1\u4ecd\u7136\u5fc5\u987b\u4f7f\u7528\u7ecf\u8fc7\u7f8e\u56fd\u519c\u4e1a\u90e8\u68c0\u9a8c\u7684\u8089\u7c7b\u6216\u5bb6\u79bd\u4ea7\u54c1\uff0c\u6216\u8005\u6765\u81ea\u4e0e\u7f8e\u56fd\u519c\u4e1a\u90e8\u68c0\u9a8c\u7cfb\u7edf\u76f8\u5f53\u7684\u68c0\u9a8c\u7cfb\u7edf\u7684\u8089\u7c7b\u6216\u5bb6\u79bd\u3002\u7136\u800c\uff0cFDA\u76d1\u7763\u6240\u6709\u81b3\u98df\u8865\u5145\u5242\u7684\u751f\u4ea7\u3001\u6210\u5206\u5b89\u5168\u548c\u6807\u7b7e\u3002 \u6240\u6709\u81b3\u98df\u8865\u5145\u5242\u90fd\u8981\u9075\u5b88FDA\u7684\u9002\u7528\u6cd5\u89c4\uff0c\u5176\u4e2d\u5305\u62ec\u6ce8\u518c\u3001\u6807\u7b7e\u548c\u6210\u5206\u6cd5\u89c4\u3001\u4e3b\u751f\u4ea7\u8bb0\u5f55(MMRs)\u548c\u4e0d\u826f\u4e8b\u4ef6\u62a5\u544a\u7b49\u3002 \u8bf7\u8054\u7cfbRegistrar Corp\uff0c\u4ee5\u5e2e\u52a9\u786e\u5b9a\u9002\u7528\u4e8e\u8d35\u53f8\u7684\u8865\u5145\u5242\u6cd5\u89c4 Registrar Corp\u53ef\u4ee5\u5e2e\u52a9\u60a8\u9075\u5b88FDA\u7684\u6cd5\u89c4\u3002\u6211\u4eec\u7684\u6cd5\u89c4\u4e13\u5bb6\u53ef\u4ee5\u6ce8\u518c\u8d35\u53f8\u7684\u81b3\u98df\u8865\u5145\u5242\uff0c\u5ba1\u6838\u8d35\u53f8\u7684\u6807\u7b7e\uff0c\u4ee5\u53ca\u786e\u5b9a\u8d35\u53f8\u7684MMRs\u662f\u5426\u7b26\u5408FDA\u7684\u89c4\u5b9a\uff0c\u5e76\u62c5\u4efb\u8d35\u53f8\u5728\u7f8e\u56fd\u7684\u8054\u7cfb\u4eba\u5904\u7406\u4e0d\u826f\u4e8b\u4ef6\u62a5\u544a\u3002 \u5982\u9700\u5e2e\u52a9\uff0c\u8bf7\u81f4\u7535+1-757-224-0177\uff0c\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u81f3info@registrarcorp.com\u8054\u7cfb\u6211\u4eec\uff0c\u6216\u901a\u8fc7regstaging.wpengine.com\/livechat\u4e0e\u6211\u4eec\u5168\u5929\u5019\u5728\u7ebf\u7684\u6cd5\u89c4\u987e\u95ee\u5b9e\u65f6\u8054\u7edc\u3002 \u83b7\u5f97\u5e2e\u52a9"}