Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Electron直接加载字符串形式的HTML
window.loadURL('data:text/html;charset=UTF8,' + encodeURIComponent(htmlContent));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment