标签:inner function cti 代码 doc tco 学习 creat innerhtml
/* @flow */ let decoder export function decode (html: string): string { decoder = decoder || document.createElement(‘div‘) decoder.innerHTML = html return decoder.textContent }
标签:inner function cti 代码 doc tco 学习 creat innerhtml
原文地址:http://www.cnblogs.com/dhsz/p/7245869.html