在部落格中,關鍵字管理限制了只能英文輸入,找到了更改文件為 TokenForm.aspx
檔案位於\Web\ControlPanel\Blogs 中
將檔案打開編輯第11行的語法
<asp:RegularExpressionValidator id="TextPartRegexValidator" runat="server" ControlToValidate="TextPartBox" Display="Dynamic" ValidationExpression="^[0-9a-zA-Z]{2,50}$" />
改為
<asp:RegularExpressionValidator id="TextPartRegexValidator" runat="server" ControlToValidate="TextPartBox" Display="Dynamic" ValidationExpression="[\s\S]{2,50}$" />
既可輸入中文,至於是否能使用,還需要觀察,只是這樣改了以後變成可以輸入任意字元 2-50個字
不要問我為你做了什麼,只要問你為我做了什麼,問這麼多有什麼用呢?好好的給我做就對了我的部落格 http://bbs.jbear.net/blogs/black