08 2012 档案
摘要: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) { ...
阅读全文
摘要:http://www.jsfoot.com/jquery/demo/2011-09-18/demo.htmljquery 图片切换特效 鼠标点击左右按钮焦点图切换滚动
阅读全文
摘要:for (var i = 0; i < headerFields.length; i++) { fieldToIndex[headerFields[i]] = i; }
阅读全文
摘要:function CSVToArray( strData, strDelimiter,rowstoread ){ // Check to see if the delimiter is defined. If not, // then default to comma. strDelimiter = (strDelimiter || ","); // Create a regular expression to parse the CSV values. var objPattern = new RegExp( ...
阅读全文

浙公网安备 33010602011771号