{"version":"1.0","provider_name":"\u51a0\u82f1\u8c18\u8be2\u6709\u9650\u516c\u53f8","provider_url":"https:\/\/www.champpartners.com\/zh-hans","author_name":"Renee Yau","author_url":"https:\/\/www.champpartners.com\/zh-hans\/blog\/author\/reneeyau\/","title":"\u85aa\u916c\u5916\u5305\u7684\u597d\u5904 | \u85aa\u916c\u5916\u5305\u670d\u52a1\u9700\u8981\u6ce8\u610f\u4ec0\u4e48\uff1f \u2013 \u51a0\u82f1\u8c18\u8be2\u4eba\u529b\u8cc7\u6e90","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\"><a href=\"https:\/\/www.champpartners.com\/zh-hans\/blog\/benefits-of-outsourced-payroll\/\">\u4ee5\u85aa\u916c\u5916\u5305\u7528\u66f4\u5c11\u7684\u8d44\u6e90\u6362\u53d6\u6700\u5927\u7684\u4ef7\u503c<\/a><\/blockquote>\n<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 * This file cannot have ampersands in it. This is to ensure\n * it can be embedded in older versions of WordPress.\n * See https:\/\/core.trac.wordpress.org\/changeset\/35708.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\tvar supportedBrowser = false,\n\t\tloaded = false;\n\n\t\tif ( document.querySelector ) {\n\t\t\tif ( window.addEventListener ) {\n\t\t\t\tsupportedBrowser = true;\n\t\t\t}\n\t\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\tif ( ! data ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( ! ( data.secret || data.message || data.value ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( \/[^a-zA-Z0-9]\/.test( data.secret ) ) {\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\t\/* Resize the iframe on request. *\/\n\t\t\tif ( 'height' === data.message ) {\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}\n\n\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\tif ( 'link' === data.message ) {\n\t\t\t\tsourceURL = document.createElement( 'a' );\n\t\t\t\ttargetURL = document.createElement( 'a' );\n\n\t\t\t\tsourceURL.href = source.getAttribute( 'src' );\n\t\t\t\ttargetURL.href = data.value;\n\n\t\t\t\t\/* Only follow link if the protocol is in the allow list. *\/\n\t\t\t\tif ( ! allowedProtocols.test( targetURL.protocol ) ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t\/* Only continue if link hostname matches iframe's hostname. *\/\n\t\t\t\tif ( targetURL.host === sourceURL.host ) {\n\t\t\t\t\tif ( document.activeElement === source ) {\n\t\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tif ( loaded ) {\n\t\t\treturn;\n\t\t}\n\n\t\tloaded = true;\n\n\t\tvar isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ),\n\t\t\tisIE11 = !!navigator.userAgent.match( \/Trident.*rv:11\\.\/ ),\n\t\t\tiframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\tiframeClone, i, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( ! source.getAttribute( 'data-secret' ) ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substr( 2, 10 );\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\/* Remove security attribute from iframes in IE10 and IE11. *\/\n\t\t\tif ( ( isIE10 || isIE11 ) ) {\n\t\t\t\tiframeClone = source.cloneNode( true );\n\t\t\t\tiframeClone.removeAttribute( 'security' );\n\t\t\t\tsource.parentNode.replaceChild( iframeClone, source );\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( supportedBrowser ) {\n\t\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\t\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n\t\twindow.addEventListener( 'load', onLoad, false );\n\t}\n})( window, document );\n\n\/\/--><!]]>\n<\/script><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.champpartners.com\/zh-hans\/blog\/benefits-of-outsourced-payroll\/embed\/\" width=\"600\" height=\"338\" title=\"\u300a\u4ee5\u85aa\u916c\u5916\u5305\u7528\u66f4\u5c11\u7684\u8d44\u6e90\u6362\u53d6\u6700\u5927\u7684\u4ef7\u503c\u300b\u2014\u51a0\u82f1\u8c18\u8be2\u6709\u9650\u516c\u53f8\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe>","thumbnail_url":"https:\/\/www.champpartners.com\/zh-hans\/files\/2018\/04\/payroll-e1530089248296.jpg","thumbnail_width":1000,"thumbnail_height":562,"description":"\u7531\u5927\u5b66\u627e\u517c\u804c\u3001\u521d\u51fa\u793e\u4f1a\u5230\u9000\u4f11\uff0c\u6bd4\u8d77\u6240\u5f97\u7684\u6210\u5c31\u548c\u8d44\u5386\uff0c\u201c\u51fa\u7cae\u201d\u53ef\u8bf4\u662f\u4eba\u751f\u4e2d\u6700\u5b9e\u8d28\u53c8\u6700\u4ee4\u4eba\u5934\u75db\u7684\u95ee\u9898\u3002\u5728Google\u641c\u5bfb\u4e00\u4e0b\uff0c\u4e0d\u96be\u53d1\u73b0\u5404\u5927\u8ba8\u8bba\u533a\u3001\u7f51\u5fd7\u6216\u4eba\u529b\u8d44\u6e90\u7ba1\u7406\u7f51\u7ad9\u90fd\u5145\u65a5\u7740\u79cd\u79cd\u6709\u5173\u85aa\u916c\u53d1\u653e\u3001\u6cd5\u5b9a\u85aa\u916c\u7b49\u7684\u67e5\u8be2\u3002\u4f46\u5f53\u4e2d\u6700\u70e6\u607c\u7d27\u5f20\u7684\u5e76\u4e0d\u662f\u96c7\u5458\uff0c\u800c\u662f\u96c7\u4e3b\u3002 \u85aa\u916c\u5916\u5305\u6b63\u662f\u80fd\u5e2e\u96c7\u4e3b\u5b8c\u5168\u89e3\u51b3\u85aa\u916c\u95ee\u9898\u7684\u670d\u52a1\uff0c\u5bfb\u627e\u9002\u5408\u7684\u7b2c\u4e09\u65b9\u516c\u53f8\u53bb\u5904\u7406\u6574\u4e2a\u85aa\u916c\u6d41\u7a0b\uff0c\u4ee4\u8d44\u6e90\u80fd\u91cd\u65b0\u96c6\u4e2d\u4e8e\u91cd\u70b9\u4e1a\u52a1\u53d1\u5c55\u3002"}