javascript中常用的

1、javascript中构造equals()、trim()方法并应用

javascript中常用的
 1 String.prototype.Trim = function()
 2 {
 3     return this.replace(/(^\s*)|(\s*$)/g, "");
 4 }
 5 String.prototype.equals = function(s){
 6     return this == s;
 7 } 
 8 var tip = ‘${tip }‘;
 9 tip.Trim();
10 if(!tip.equals("${tip }")){
11     if(tip.length != 0){
12         if(tip != null){
13             alert(tip);
14         }
15     }
16 }
javascript中常用的

javascript中常用的,布布扣,bubuko.com

javascript中常用的

上一篇:MVC 数据验证[转]


下一篇:Dev控件用法 aspxTreeList 无刷新 aspxGridView 数据