

if (i%4==3)
特殊字符、常规符号及其代码对照表
document.write('\n');
\n');
//document.write('');
for (j=0;j<4;j++)
{
document.write('代码 \n');
document.write('Webdings \n');
document.write('常规 \n');
}
for(i=32;i<256;i++)
{
if (i%4==0)
{
document.write('\n'); \n');
}
document.write(''+i+'; \n');
document.write(''+i+'; \n');
document.write(''+i+'; \n');
{
document.write('
}
}
document.write('
script>
function chgFont()
{
fontIndex = document.getElementById("family").selectedIndex;
fontValue = document.getElementById("family").options[fontIndex].value;
for (m=0;m<4;m++)
{
eval('F'+m+'.innerHTML="'+fontValue+'";');
}
for (n=32;n<256;n++)
{
eval('f'+n+'.style.fontFamily="'+fontValue+'";');
}
}
chgFont();
script>
