富文本編輯器
頭>
;
;
字體顏色:
>
function setFontColor(obj)
{
document.execCommand( "forecolor",false,obj.value);
}
函數setFontStyle(obj)
{
document.execCommand(obj.value,false,null);
}
}
function setFontFamily(obj)
{
document.execCommand("fontname",false,obj.value);
}
腳本>
身體>
html>
線上展示:http://jsfiddle.net/Web_Code/nPNv3/embedded/result/ 不足之處請諒解,提出指正方法