摘要: Object.prototype.toJSONString = function () { var a = ['{'], // The array holding the text fragments. b, // A boolean indicating that a comma is required. k, // The current key. v; // The current value. function p(s) { ... 阅读全文
posted @ 2012-08-28 15:24 hoho,SalesForce 阅读(877) 评论(0) 推荐(0)