Commit bbdde35c authored by xishifeng's avatar xishifeng Committed by hujun

0129修改

parent 90728150
...@@ -32,8 +32,6 @@ function getUrlParam(name) { ...@@ -32,8 +32,6 @@ function getUrlParam(name) {
if(r != null) return unescape(r[2]); if(r != null) return unescape(r[2]);
return null; return null;
} }
//字符串格式化 //字符串格式化
String.prototype.stringFormat = function(){ String.prototype.stringFormat = function(){
var formatted = this; var formatted = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment