03 2015 档案

摘要:首先定义:public class SysConstantNames{public const string ReturnUrlName = "ReturnUrlName";public const string ReturnUrlKey = "ReturnUrlKey";} 将数据存入到Cook... 阅读全文
posted @ 2015-03-26 10:25 谢怡彤 阅读(230) 评论(0) 推荐(0)
摘要:var path = " FramePath" ; var filePath = Server.MapPath(path); if (System.IO.File.Exists(filePath)) ... 阅读全文
posted @ 2015-03-20 15:02 谢怡彤 阅读(738) 评论(0) 推荐(0)
摘要:在input标签中,只需要设置maxlength=”***”即可,但是在textarea标签中,IE9及IE9以下浏览器是不支持的,IE10、IE11则支持,估计后续的版本应该都会支持。现在来说下怎么让大部分IE版本都支持textarea标签限制字数。这样子即可。备注:onchange、onkeyd... 阅读全文
posted @ 2015-03-05 13:47 谢怡彤 阅读(331) 评论(0) 推荐(0)