摘要: <%@ WebHandler Language="C#" Class="AttendanceHandHandler" %> using System;using System.Web;using System.Data;using MyJobSky.MIS.BLL.Attendance;public 阅读全文
posted @ 2016-10-11 11:43 fightingyy 阅读(1009) 评论(0) 推荐(0)
摘要: JSON.parse和eval的区别 JSON(JavaScript Object Notation)是一种轻量级的数据格式,采用完全独立于语言的文本格式,是理想的数据交换格式。同时,JSON是Javascript原生格式,这意味着在javascript中处理JSON数据不需要任何特殊的API或工具 阅读全文
posted @ 2016-10-11 11:19 fightingyy 阅读(159) 评论(0) 推荐(0)