{"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":"\u98df\u54c1\u4e2d\u7684\u8272\u7d20\u6dfb\u52a0\u5242","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"UkO9qz3p5j\"><a href=\"https:\/\/legacy.registrarcorp.com\/zh\/color-additives-in-food\/\">\u98df\u54c1\u4e2d\u7684\u8272\u7d20\u6dfb\u52a0\u5242<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/legacy.registrarcorp.com\/zh\/color-additives-in-food\/embed\/#?secret=UkO9qz3p5j\" width=\"600\" height=\"338\" title=\"&#8220;\u98df\u54c1\u4e2d\u7684\u8272\u7d20\u6dfb\u52a0\u5242&#8221; &#8212; Registrar\" data-secret=\"UkO9qz3p5j\" 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-color.png","thumbnail_width":800,"thumbnail_height":533,"description":"\u98df\u54c1\u8272\u7d20\u6dfb\u52a0\u5242\u662f\u4efb\u4f55\u67d3\u6599\u3001\u8272\u7d20\u6216\u5176\u4ed6\u80fd\u7ed9\u98df\u54c1\u8d4b\u4e88\u989c\u8272\u7684\u7269\u8d28\u3002\u7f8e\u56fd\u98df\u54c1\u548c\u836f\u54c1\u76d1\u7763\u7ba1\u7406\u5c40(FDA)\u76d1\u7ba1\u98df\u54c1\u8272\u7d20\u6dfb\u52a0\u5242\uff0c\u5305\u62ec\u5408\u6210\u7269\u8d28\u548c\u5929\u7136\u6765\u6e90\u7684\u7269\u8d28\u3002 \u8272\u7d20\u6dfb\u52a0\u5242\u5728\u7528\u4e8e\u98df\u54c1\u4e4b\u524d\u5fc5\u987b\u7ecf\u8fc7FDA\u7684\u6279\u51c6\u7a0b\u5e8f\u3002\u7f8e\u56fd\u98df\u54c1\u548c\u836f\u7269\u7ba1\u7406\u5c40\u53ef\u80fd\u4f1a\u5bf9\u9500\u552e\u542b\u6709\u672a\u7ecf\u6279\u51c6\u7684\u989c\u8272\u6216\u4f7f\u7528\u65b9\u5f0f\u4e0d\u7b26\u5408\u89c4\u5b9a\u7684\u4ea7\u54c1\u7684\u516c\u53f8\u91c7\u53d6\u5f3a\u5236\u63aa\u65bd\u3002\u8fd9\u4e9b\u63aa\u65bd\u53ef\u80fd\u5305\u62ec\u8b66\u544a\u4fe1\uff0c\u5c06\u516c\u53f8\u5217\u5165\u8fdb\u53e3\u8b66\u62a5\u540d\u5355\uff0c\u6216\u5728\u6e2f\u53e3\u6263\u7559\u548c\u62d2\u7edd\u4ea7\u54c1\u5165\u5883\u3002 \u83b7\u5f97FDA\u5408\u89c4\u65b9\u9762\u7684\u5e2e\u52a9\u3002 Registrar Corp\u7684\u6cd5\u89c4\u4e13\u5bb6\u53ef\u4ee5\u5e2e\u52a9\u60a8\u9075\u5b88FDA\u5bf9\u989c\u8272\u6dfb\u52a0\u5242\u7684\u89c4\u5b9a\u3002 \u6b32\u4e86\u89e3\u66f4\u591a\u4fe1\u606f\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\u5373\u65f6\u8054\u7cfb\u3002 \u83b7\u5f97\u5e2e\u52a9 \u516c\u53f8\u5e94\u8be5\u786e\u4fdd\u4ed6\u4eec\u5728\u98df\u54c1\u4e2d\u4f7f\u7528\u7684\u8272\u7d20\u6dfb\u52a0\u5242\u7b26\u5408FDA\u7684\u89c4\u5b9a\u3002\u7ee7\u7eed\u9605\u8bfb\uff0c\u4e86\u89e3\u66f4\u591a\u5173\u4e8e\u98df\u54c1\u8272\u7d20\u6dfb\u52a0\u5242\u7684\u8981\u6c42\u3002 \u989c\u8272\u6dfb\u52a0\u5242\u6279\u51c6\u6d41\u7a0b \u7f8e\u56fd\u7684\u8bb8\u591a\u98df\u54c1\u6210\u5206\u53ef\u5f52\u4e3a\u4e09\u7c7b:GRAS(\u901a\u5e38\u88ab\u8ba4\u4e3a\u662f\u5b89\u5168\u7684)\u3001\u98df\u54c1\u6dfb\u52a0\u5242\u6216\u989c\u8272\u6dfb\u52a0\u5242\u3002 \u5408\u683c\u4e13\u5bb6\u666e\u904d\u8ba4\u4e3aGRAS\u7269\u8d28\u5728\u5176\u9884\u671f\u4f7f\u7528\u6761\u4ef6\u4e0b\u88ab\u8bc1\u660e\u662f\u8db3\u591f\u5b89\u5168\u7684\u3002\u5982\u679c\u4e00\u79cd\u7269\u8d28\u6709\u5927\u91cf\u6d88\u8d39\u8005\u98df\u7528\u7684\u5e7f\u6cdb\u5386\u53f2\uff0c\u6216\u8005\u5982\u679c\u79d1\u5b66\u7a0b\u5e8f\u8bc1\u5b9e\u4e86\u8be5\u6210\u5206\u7684\u5b89\u5168\u6027\uff0c\u4e13\u5bb6\u53ef\u80fd\u4f1a\u8ba4\u5b9a\u8be5\u7269\u8d28\u4e3aGRAS\u3002 \u98df\u54c1\u6dfb\u52a0\u5242\u4e0d\u88ab\u89c6\u4e3aGRAS\uff0c\u5fc5\u987b\u901a\u8fc7\u98df\u54c1\u6dfb\u52a0\u5242\u7533\u8bf7\u7a0b\u5e8f\u83b7\u5f97FDA\u7684\u6279\u51c6\u3002 \u6839\u636e\u6cd5\u5f8b\uff0c\u8272\u7d20\u6dfb\u52a0\u5242\u4e0d\u88ab\u8ba4\u4e3a\u662fGRAS\uff0c\u4e5f\u88ab\u8ba4\u4e3a\u662f\u4e0d\u540c\u4e8e\u98df\u54c1\u6dfb\u52a0\u5242\u3002\u76f8\u53cd\uff0c\u989c\u8272\u6dfb\u52a0\u5242\u5fc5\u987b\u901a\u8fc7\u7533\u8bf7\u7a0b\u5e8f\u6279\u51c6\uff0c\u8fd9\u662f\u989c\u8272\u6dfb\u52a0\u5242\u6240\u72ec\u6709\u7684\u3002\u6839\u636e\u300a\u8054\u90a6\u98df\u54c1\u3001\u836f\u54c1\u548c\u5316\u5986\u54c1\u6cd5\u6848\u300b,FDA\u5fc5\u987b\u5728\u8272\u7d20\u6dfb\u52a0\u5242\u7528\u4e8e\u98df\u54c1\u4e4b\u524d\u6279\u51c6\u5176\u9884\u671f\u7528\u9014\uff0c\u5373\u4f7f\u8272\u7d20\u662f\u901a\u8fc7\u5929\u7136\u7269\u8d28\u83b7\u5f97\u7684\uff0c\u5982\u6c34\u679c\u6216\u852c\u83dc\u6c41\u3002 \u5f53FDA\u8bc4\u4f30\u4e00\u79cd\u65b0\u7684\u8272\u7d20\u6dfb\u52a0\u5242\u6216\u4e00\u79cd\u5217\u51fa\u7684\u6dfb\u52a0\u5242\u7684\u65b0\u7528\u9014\u7684\u5b89\u5168\u6027\u65f6\uff0c\u4f1a\u8003\u8651\u4ee5\u4e0b\u56e0\u7d20: \u6210\u5206\u548c\u6027\u8d28 \u53ef\u80fd\u7684\u98df\u7528\u91cf\/\u63a5\u89e6\u91cf \u5236\u9020\u5de5\u827a \u98df\u7528\u7684\u77ed\u671f\u548c\u957f\u671f\u5f71\u54cd \u7a33\u5b9a\u6027 \u662f\u5426\u6709\u786e\u5b9a\u5176\u7eaf\u5ea6\u548c\u98df\u54c1\u4e2d\u542b\u91cf\u7684\u5206\u6790\u65b9\u6cd5 \u5bf9\u4e8e\u4e00\u4e9b\u5408\u6210\u8272\u7d20\u6dfb\u52a0\u5242\uff0c\u6279\u51c6\u4f7f\u7528\u53d6\u51b3\u4e8e\u201c\u6279\u6b21\u8ba4\u8bc1\u201d\u3002\u5fc5\u987b\u901a\u8fc7\u5411FDA\u5bc4\u9001\u6837\u54c1\uff0c\u4e3a\u6bcf\u4e00\u4e2a\u5355\u72ec\u6279\u6b21\u7684\u989c\u8272\u83b7\u5f97\u989c\u8272\u6279\u6b21\u8ba4\u8bc1\u3002\u7136\u540e\uff0cFDA\u5c06\u5bf9\u6837\u54c1\u8fdb\u884c\u68c0\u6d4b\uff0c\u4ee5\u786e\u4fdd\u5176\u7b26\u5408\u89c4\u5b9a\u4e2d\u6240\u8ff0\u7684\u89c4\u683c\uff0c\u5305\u62ec\u8be5\u6279\u6b21\u4e2d\u6240\u542b\u7684\u4efb\u4f55\u6c61\u67d3\u7269\uff0c\u5982\u94c5\u6216\u7837\uff0c\u662f\u5426\u8d85\u8fc7\u5141\u8bb8\u7684\u91cf\u3002\u989c\u8272\u6dfb\u52a0\u5242\u7684\u540d\u79f0\u4f1a\u88ab\u6539\u53d8\uff0c\u4ee5\u53cd\u6620\u8ba4\u8bc1\u72b6\u6001\u3002\u4f8b\u5982\uff0c\u8bf1\u60d1\u7ea2\u5fc5\u987b\u7ecf\u8fc7\u8ba4\u8bc1\uff0c\u7136\u540e\u88ab\u79f0\u4e3aFD&amp;C\u7ea240\u53f7\u3002 \u5728\u98df\u54c1\u4e2d\u4f7f\u7528\u7ecf\u8fc7\u8ba4\u8bc1\u7684\u8272\u7d20\u6dfb\u52a0\u5242 \u5982\u679c\u8d35\u53f8\u751f\u4ea7\u7684\u98df\u54c1\u542b\u6709\u9700\u8981\u6279\u6b21\u8ba4\u8bc1\u7684\u8272\u7d20\u6dfb\u52a0\u5242\uff0c\u60a8\u5e94\u8be5\u5728\u8d2d\u4e70\u6dfb\u52a0\u5242\u524d\u5411\u5236\u9020\u5546\u7d22\u53d6\u8ba4\u8bc1\u8bc1\u660e\u3002\u7531\u4e8e\u989c\u8272\u6dfb\u52a0\u5242\u7684\u540d\u79f0\u53ef\u80fd\u56e0\u56fd\u5bb6\u800c\u5f02\uff0c\u6240\u4ee5\u60a8\u5fc5\u987b\u4f7f\u7528\u989c\u8272\u6dfb\u52a0\u5242\u7684\u7f8e\u56fd\u540d\u79f0\u6765\u786e\u5b9a\u5176\u5bf9\u6279\u6b21\u8ba4\u8bc1\u7684\u8981\u6c42\u3002 FDA\u5728\u4e00\u79cd\u989c\u8272\u6dfb\u52a0\u5242\u7684\u8bc1\u4e66\u4e0a\u5305\u62ec\u4e00\u4e2a\u6279\u53f7\u3002FDA\u53ef\u80fd\u4f1a\u8054\u7cfb\u751f\u4ea7\u5546\u6216\u7f8e\u56fd\u4ee3\u7406\uff0c\u4ee5\u786e\u8ba4\u8fd0\u5f80\u7f8e\u56fd\u7684\u98df\u54c1\u4e2d\u5305\u542b\u7684\u989c\u8272\u6dfb\u52a0\u5242\u7684\u6279\u53f7\u3002\u5982\u679c\u8054\u7cfb\u4eba\u4e0d\u80fd\u63d0\u4f9b\u6709\u6548\u7684\u6279\u53f7\uff0cFDA\u53ef\u80fd\u4f1a\u8ba4\u4e3a\u8be5\u4ea7\u54c1\u63ba\u5047\uff0c\u5e76\u53ef\u80fd\u62d2\u7edd\u8be5\u6279\u8d27\u7269\u8fdb\u5165\u7f8e\u56fd\u3002 \u83b7\u5f97FDA\u5408\u89c4\u65b9\u9762\u7684\u5e2e\u52a9\u3002 Registrar Corp\u7684\u6cd5\u89c4\u4e13\u5bb6\u53ef\u4ee5\u5e2e\u52a9\u60a8\u9075\u5b88FDA\u5bf9\u989c\u8272\u6dfb\u52a0\u5242\u7684\u89c4\u5b9a\u3002 \u6b32\u4e86\u89e3\u66f4\u591a\u4fe1\u606f\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\u5373\u65f6\u8054\u7cfb\u3002 \u83b7\u5f97\u5e2e\u52a9"}