为什么老版本的不提供下载了,3.3以下版本都没法用了
使用call或apply是更好的选择,详细参考Prototype或MS AJAX代码。
谢了。
请问有没有《GCC参考大全》,中文版的。英文名是《GCC, the Complete Reference》McGrawHill著,英文版我有。
对小数部分考虑似乎不周。下面的方法延用了你的方法名,但是查词典不知道单词加了-fy成了什么意思,请指教。
String.prototype.commafy = function(){
var _n = this.match(/(-?\d+)(\.\d*)?/);
var __n = _n[1].match(/(-?\d{0,3})((?:\d{3})*)/);
return __n[1] + __n[2].replace(/(\d{3})/g, ",$1") + // integer.
_n[2].replace(/(\d{3})/g, "$1,").replace(/(.*),$/, "$1"); // decimal.
};
Number.prototype.commafy = function(){
return this.toString().commafy();
};
String.prototype.decommafy = function(){
return this.replace(/,/g, "");
};
HOHO,下了,拜读ING。。。
不错,虽然仍然很乱。。。
居然不提供下载
垃圾,果然
广告而已
再次再次垃圾