我只想更改在此弹出窗口中写入的文本字体,如文本大小
例如font-size:16px;
怎么可能?
<html>
<head>
<script>
window.onbeforeunload = function(e) {
return 'You application form is not submitted yet.';
};
</script>
</head>
</html>