1
我使用textarea
並在頁面加載使用使用FCK編輯器,改變成HTML textbox
如何計算在textarea的一個系統字符與FCKeditor的
var oFCKeditor = new FCKeditor('Simplify');
oFCKeditor.BasePath = "/Content/fckeditor/";
oFCKeditor.Height = 400;oFCKeditor.ReplaceTextarea();
因此,讓我知道我怎麼能算char
s表示類型。
你究竟想要在這裏完成什麼?你需要它服務器端還是客戶端,你想要計算什麼'char'? – simonlchilds
客戶端..我只是將textarea轉換爲html textarea,但我也想計算字符類型thr – Deepakmahajan