用postmessage在iframe中进行跨域通信

#1

当在React中使用iframe的时候,难免会涉及到跨域的问题。
我写了一篇[博客][blog]讲述如何在使用react的同时用postmessage与iframe进行跨域通信。
请大家指正。

[blog]:http://blog.lotp.xyz/2016/12/01/How-to-Use-Postmessage-to-Communicate-with-iframe-in-React/