<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>Australian Chinese Daily</provider_name><provider_url>https://chinesedaily.com.au</provider_url><title>&#x6797;&#x6C0F;&#x6709;&#x9650;&#x516C;&#x53F8;&#x4EE5;&#x71DF;&#x9020;&#x7F8E;&#x597D;&#x74B0;&#x5883;&#x548C;&#x6C23;&#x6C1B;&#x7684;&#x8CBB;&#x7528;&#x6263;&#x7A05;&#xFF0C;&#x5C6C;&#x8352;&#x8B2C;&#x4E4B;&#x64E7;&#x55CE;&#xFF1F; | Australian Chinese Daily &#x6295;&#x8CC7;&#x7406;&#x8CA1;</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content"&gt;&lt;a href="https://chinesedaily.com.au/investment/investment-management/%e6%9e%97%e6%b0%8f%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8%e4%bb%a5%e7%87%9f%e9%80%a0%e7%be%8e%e5%a5%bd%e7%92%b0%e5%a2%83%e5%92%8c%e6%b0%a3%e6%b0%9b%e7%9a%84%e8%b2%bb%e7%94%a8%e6%89%a3%e7%a8%85%ef%bc%8c/"&gt;&#x6797;&#x6C0F;&#x6709;&#x9650;&#x516C;&#x53F8;&#x4EE5;&#x71DF;&#x9020;&#x7F8E;&#x597D;&#x74B0;&#x5883;&#x548C;&#x6C23;&#x6C1B;&#x7684;&#x8CBB;&#x7528;&#x6263;&#x7A05;&#xFF0C;&#x5C6C;&#x8352;&#x8B2C;&#x4E4B;&#x64E7;&#x55CE;&#xFF1F;&lt;/a&gt;&lt;/blockquote&gt;
&lt;script type='text/javascript'&gt;
&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
/**
 * WordPress inline HTML embed
 *
 * @since 4.4.0
 * @output wp-includes/js/wp-embed.js
 *
 * This file cannot have ampersands in it. This is to ensure
 * it can be embedded in older versions of WordPress.
 * See https://core.trac.wordpress.org/changeset/35708.
 */
(function ( window, document ) {
	'use strict';

	var supportedBrowser = false,
		loaded = false;

		if ( document.querySelector ) {
			if ( window.addEventListener ) {
				supportedBrowser = true;
			}
		}

	/** @namespace wp */
	window.wp = window.wp || {};

	if ( !! window.wp.receiveEmbedMessage ) {
		return;
	}

	window.wp.receiveEmbedMessage = function( e ) {
		var data = e.data;

		if ( ! data ) {
			return;
		}

		if ( ! ( data.secret || data.message || data.value ) ) {
			return;
		}

		if ( /[^a-zA-Z0-9]/.test( data.secret ) ) {
			return;
		}

		var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ),
			blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ),
			i, source, height, sourceURL, targetURL;

		for ( i = 0; i &lt; blockquotes.length; i++ ) {
			blockquotes[ i ].style.display = 'none';
		}

		for ( i = 0; i &lt; iframes.length; i++ ) {
			source = iframes[ i ];

			if ( e.source !== source.contentWindow ) {
				continue;
			}

			source.removeAttribute( 'style' );

			/* Resize the iframe on request. */
			if ( 'height' === data.message ) {
				height = parseInt( data.value, 10 );
				if ( height &gt; 1000 ) {
					height = 1000;
				} else if ( ~~height &lt; 200 ) {
					height = 200;
				}

				source.height = height;
			}

			/* Link to a specific URL on request. */
			if ( 'link' === data.message ) {
				sourceURL = document.createElement( 'a' );
				targetURL = document.createElement( 'a' );

				sourceURL.href = source.getAttribute( 'src' );
				targetURL.href = data.value;

				/* Only continue if link hostname matches iframe's hostname. */
				if ( targetURL.host === sourceURL.host ) {
					if ( document.activeElement === source ) {
						window.top.location.href = data.value;
					}
				}
			}
		}
	};

	function onLoad() {
		if ( loaded ) {
			return;
		}

		loaded = true;

		var isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ),
			isIE11 = !!navigator.userAgent.match( /Trident.*rv:11\./ ),
			iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),
			iframeClone, i, source, secret;

		for ( i = 0; i &lt; iframes.length; i++ ) {
			source = iframes[ i ];

			if ( ! source.getAttribute( 'data-secret' ) ) {
				/* Add secret to iframe */
				secret = Math.random().toString( 36 ).substr( 2, 10 );
				source.src += '#?secret=' + secret;
				source.setAttribute( 'data-secret', secret );
			}

			/* Remove security attribute from iframes in IE10 and IE11. */
			if ( ( isIE10 || isIE11 ) ) {
				iframeClone = source.cloneNode( true );
				iframeClone.removeAttribute( 'security' );
				source.parentNode.replaceChild( iframeClone, source );
			}
		}
	}

	if ( supportedBrowser ) {
		window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );
		document.addEventListener( 'DOMContentLoaded', onLoad, false );
		window.addEventListener( 'load', onLoad, false );
	}
})( window, document );

//--&gt;&lt;!]]&gt;
&lt;/script&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://chinesedaily.com.au/investment/investment-management/%e6%9e%97%e6%b0%8f%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8%e4%bb%a5%e7%87%9f%e9%80%a0%e7%be%8e%e5%a5%bd%e7%92%b0%e5%a2%83%e5%92%8c%e6%b0%a3%e6%b0%9b%e7%9a%84%e8%b2%bb%e7%94%a8%e6%89%a3%e7%a8%85%ef%bc%8c/embed/" width="600" height="338" title="&#x201C;&#x6797;&#x6C0F;&#x6709;&#x9650;&#x516C;&#x53F8;&#x4EE5;&#x71DF;&#x9020;&#x7F8E;&#x597D;&#x74B0;&#x5883;&#x548C;&#x6C23;&#x6C1B;&#x7684;&#x8CBB;&#x7528;&#x6263;&#x7A05;&#xFF0C;&#x5C6C;&#x8352;&#x8B2C;&#x4E4B;&#x64E7;&#x55CE;&#xFF1F;&#x201D; &#x2014; Australian Chinese Daily" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;</html><thumbnail_url>https://s3.ap-southeast-2.amazonaws.com/www.acd.com.au/wp-content/uploads/2019/12/18012838/Capture-26.png</thumbnail_url><thumbnail_width>844</thumbnail_width><thumbnail_height>560</thumbnail_height><description>&#x6797;&#x6C0F;&#x516C;&#x53F8;&#x5728;&#x5831;&#x7A05;&#x6642;&#xFF0C;&#x628A;&#x90A3;&#x4E9B;&#x88DD;&#x4FEE;&#x7684;&#x958B;&#x652F;&#x6B78;&#x985E;&#x70BA;&#x201C;&#x8A2D;&#x5099;&#x201D;&#xFF0C;&#x5C6C;&#x65BC;&#x8CC7;&#x672C;&#x6027;&#x8CEA;&#xFF0C;&#x9019;&#x8DDF;&#x5DE5;&#x5EE0;&#x4F01;&#x696D;&#x4E2D;&#x7684;&#x6A5F;&#x5668;&#x548C;&#x5927;&#x578B;&#x5DE5;&#x5177;&#x7B49;&#x7684;&#x6027;&#x8CEA;&#x662F;&#x76F8;&#x540C;&#x7684;&#x3002;&#x6797;&#x6C0F;&#x516C;&#x53F8;&#x7528;&#x6240;&#x88DD;&#x4FEE;&#x7684;&#x8CBB;&#x7528;&#xFF0C;&#x4F5C;&#x7232;&#x8CC7;&#x7522;&#x6298;&#x820A;&#x8CBB;&#x7528;&#x4F86;&#x6263;&#x7A05;.....</description></oembed>
