{"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\u6807\u7b7e\u548c\u5076\u7136\u7684\u6dfb\u52a0\u5242","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"pOB5ohmbtD\"><a href=\"https:\/\/legacy.registrarcorp.com\/zh\/fda-labeling-incidental-additives\/\">FDA\u6807\u7b7e\u548c\u5076\u7136\u7684\u6dfb\u52a0\u5242<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/legacy.registrarcorp.com\/zh\/fda-labeling-incidental-additives\/embed\/#?secret=pOB5ohmbtD\" width=\"600\" height=\"338\" title=\"&#8220;FDA\u6807\u7b7e\u548c\u5076\u7136\u7684\u6dfb\u52a0\u5242&#8221; &#8212; Registrar\" data-secret=\"pOB5ohmbtD\" 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\/05\/Food-factory.png","thumbnail_width":800,"thumbnail_height":433,"description":"T\u7f8e\u56fd\u98df\u54c1\u836f\u54c1\u76d1\u7763\u7ba1\u7406\u5c40(FDA)\u7684\u6807\u7b7e\u6cd5\u89c4\u901a\u5e38\u8981\u6c42\u4f01\u4e1a\u5728\u4ea7\u54c1\u6807\u7b7e\u4e0a\u5217\u51fa\u98df\u54c1\u4e2d\u7684\u6240\u6709\u6210\u5206\u3002\u4f46\u662f\uff0c\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u53ef\u4ee5\u5141\u8bb8\u8c41\u514d\u8fd9\u4e00\u89c4\u5b9a\u3002\u53ef\u4ee5\u8c41\u514d\u6807\u7b7e\u8981\u6c42\u7684\u7269\u8d28\u7684\u4e00\u4e2a\u4f8b\u5b50\u662f\u5076\u7136\u7684\u6dfb\u52a0\u5242\u3002 \u83b7\u5f97FDA\u5408\u89c4\u65b9\u9762\u7684\u5e2e\u52a9\u3002 Registrar Corp\u7684\u6cd5\u89c4\u4e13\u5bb6\u53ef\u4ee5\u5e2e\u52a9\u5ba1\u67e5\u8d35\u53f8\u7684\u4ea7\u54c1\u6807\u7b7e\u662f\u5426\u7b26\u5408FDA\u7684\u8981\u6c42\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 \u4f60\u600e\u4e48\u77e5\u9053\u4e00\u79cd\u7269\u8d28\u662f\u5426\u53ef\u4ee5\u8c41\u514dFDA\u7684\u6807\u7b7e\u89c4\u5b9a\uff1f\u8bf7\u7ee7\u7eed\u9605\u8bfb\uff0c\u4e86\u89e3\u5076\u7136\u7684\u6dfb\u52a0\u5242\u7684\u5b9a\u4e49\u548c\u793a\u4f8b\u3002 \u4ec0\u4e48\u662f\u5076\u7136\u7684\u6dfb\u52a0\u5242\uff1f \u5076\u7136\u7684\u6dfb\u52a0\u5242\u662f\u6307\u5728\u98df\u54c1\u4e2d\u542b\u91cf\u4e0d\u9ad8\u7684\u7269\u8d28\uff0c\u5bf9\u98df\u54c1\u6ca1\u6709\u529f\u80fd\u6216\u6280\u672f\u5f71\u54cd\u3002\u8fd9\u4e9b\u7269\u8d28\u5bf9\u98df\u54c1\u7684\u52a0\u5de5\u3001\u5236\u9020\u6216\u5305\u88c5\u81f3\u5173\u91cd\u8981\uff0c\u53ef\u80fd\u4f1a\u4e0e\u98df\u54c1\u63a5\u89e6\u6216\u5728\u6210\u54c1\u4e2d\u5fae\u91cf\u53d1\u73b0\u3002 \u5076\u7136\u7684\u6dfb\u52a0\u5242\u4e0d\u540c\u4e8e\u6545\u610f\u6dfb\u52a0\u5242\uff0c\u5076\u7136\u7684\u6dfb\u52a0\u5242\u4e0d\u662f\u6545\u610f\u6dfb\u52a0\u5230\u98df\u54c1\u4e2d\u7684\uff0c\u800c\u6545\u610f\u6dfb\u52a0\u5242\u662f\u3002\u4f8b\u5982\uff0c\u4e00\u7f50\u82f9\u679c\u7684\u52a0\u5de5\u53ef\u80fd\u542b\u6709\u6c2f\u5316\u9499\u8fd9\u79cd\u6709\u610f\u6dfb\u52a0\u7684\u6dfb\u52a0\u5242\uff0c\u8fd9\u79cd\u6dfb\u52a0\u5242\u662f\u4e3a\u4e86\u4fdd\u6301\u82f9\u679c\u7684\u8d28\u5730\u800c\u6545\u610f\u6dfb\u52a0\u7684\u3002\u7f50\u88c5\u82f9\u679c\u53ef\u80fd\u8fd8\u542b\u6709\u83dc\u7c7d\u6cb9\u6dfb\u52a0\u5242\uff0c\u5728\u8fd0\u8f93\u82f9\u679c\u7684\u751f\u4ea7\u7ebf\u4e0a\u7528\u4f5c\u6da6\u6ed1\u5242\u3002 \u5076\u7136\u7684\u6dfb\u52a0\u5242\u662f\u5982\u4f55\u51fa\u73b0\u7684 FDA\u63d0\u4f9b\u4e86\u98df\u54c1\u4e2d\u53ef\u80fd\u51fa\u73b0\u7684\u5076\u7136\u7684\u6dfb\u52a0\u5242\u7684\u4f8b\u5b50\u3002\u5728\u4e0b\u5217\u60c5\u51b5\u4e0b\u53ef\u80fd\u4f1a\u51fa\u73b0\u5076\u7136\u7684\u6dfb\u52a0\u5242: \u7531\u4e8e\u63ba\u5165\u6700\u7ec8\u98df\u54c1\u7684\u6210\u5206\u4e2d\u5b58\u5728\u5076\u7136\u7684\u6dfb\u52a0\u5242 \u4f5c\u4e3a\u52a0\u5de5\u52a9\u5242\u2014\u2014\u52a0\u5de5\u52a9\u5242\u53ef\u4ee5\u5728\u52a0\u5de5\u9636\u6bb5\u6dfb\u52a0\u5230\u98df\u54c1\u4e2d\uff0c\u4f46\u5728\u5305\u88c5\u524d\u53bb\u9664\u6216\u8f6c\u5316\u4e3a\u98df\u54c1\u901a\u5e38\u542b\u6709\u7684\u6210\u5206\uff0c\u800c\u4e0d\u4f1a\u663e\u8457\u589e\u52a0\u6210\u5206\u3002\u52a0\u5de5\u52a9\u5242\u4e5f\u53ef\u4ee5\u5728\u52a0\u5de5\u8fc7\u7a0b\u4e2d\u6dfb\u52a0\uff0c\u4ee5\u8fbe\u5230\u6280\u672f\u6216\u529f\u80fd\u76ee\u7684\uff0c\u4f46\u5728\u6210\u54c1\u98df\u54c1\u4e2d\u4e0d\u4f1a\u5927\u91cf\u5b58\u5728\uff0c\u4e5f\u4e0d\u4f1a\u5bf9\u98df\u54c1\u4ea7\u751f\u6280\u672f\u6216\u529f\u80fd\u5f71\u54cd\u3002\u52a0\u5de5\u52a9\u5242\u7684\u4e00\u4e2a\u4f8b\u5b50\u662f\u5728\u5236\u9020\u70e7\u70e4\u9171\u65f6\u4f7f\u7528\u6db2\u6c2e\u6765\u7a33\u5b9a\u74f6\u8eab\u3002 \u4f5c\u4e3a\u4e00\u79cd\u4ece\u8bbe\u5907\u6216\u5305\u88c5\u8f6c\u79fb\u5230\u98df\u54c1\u4e2d\uff0c\u4f46\u4e0d\u7b26\u5408\u98df\u54c1\u6dfb\u52a0\u5242\u5b9a\u4e49\u7684\u7269\u8d28\u3002\u5982\u679c\u8be5\u7269\u8d28\u7b26\u5408\u98df\u54c1\u6dfb\u52a0\u5242\u7684\u5b9a\u4e49\uff0c\u5219\u9700\u8981\u6309\u7167\u300a\u8054\u90a6\u98df\u54c1\u3001\u836f\u54c1\u548c\u5316\u5986\u54c1\u6cd5\u6848\u300b\u7b2c409\u8282\u7684\u89c4\u5b9a\u4f7f\u7528\uff0c\u4ee5\u83b7\u5f97\u6807\u7b7e\u8981\u6c42\u7684\u8c41\u514d \u5982\u679c\u516c\u53f8\u8ba4\u4e3a\u4e00\u79cd\u7269\u8d28\u662f\u4e00\u79cd\u5076\u7136\u7684\u7684\u6dfb\u52a0\u5242\uff0c\u4ed6\u4eec\u5e94\u8be5\u786e\u4fe1\u8fd9\u79cd\u7269\u8d28\u7b26\u5408FDA\u7684\u6807\u7b7e\u8c41\u514d\u8981\u6c42\u3002\u5982\u679c\u8be5\u7269\u8d28\u4e0d\u7b26\u5408\u8981\u6c42\uff0c\u5219\u5fc5\u987b\u9075\u5b88\u6240\u6709\u9002\u7528\u7684FDA\u6807\u7b7e\u6cd5\u89c4\u3002 \u83b7\u5f97FDA\u5408\u89c4\u65b9\u9762\u7684\u5e2e\u52a9\u3002 Registrar Corp\u7684\u6cd5\u89c4\u4e13\u5bb6\u53ef\u4ee5\u5e2e\u52a9\u5ba1\u67e5\u8d35\u53f8\u7684\u4ea7\u54c1\u6807\u7b7e\u662f\u5426\u7b26\u5408FDA\u7684\u8981\u6c42\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"}